diff options
author | Marius Peter <marius.peter@tutanota.com> | 2022-04-22 13:24:41 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2022-04-22 13:24:41 +0200 |
commit | 9770cf8345d47cb086bd386c0d5c0fca165a6d11 (patch) | |
tree | 90addd86fdc9c1516cdab28b955e6054212bac83 /app/templates/errors/module-not-found.html |
First commit! :fire:
Diffstat (limited to 'app/templates/errors/module-not-found.html')
-rw-r--r-- | app/templates/errors/module-not-found.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/templates/errors/module-not-found.html b/app/templates/errors/module-not-found.html new file mode 100644 index 0000000..6496503 --- /dev/null +++ b/app/templates/errors/module-not-found.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block title %} +Module not found +{% endblock %} + +{% block content %} +<p> + No module found with name <strong>{{ module }}</strong>. +</p> +<p> + If you'd like to suggest a module, please send us an e-mail +</p> +{% endblock %} |