summaryrefslogtreecommitdiff
path: root/app/templates/errors
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2022-05-15 13:16:37 +0200
committerMarius Peter <marius.peter@tutanota.com>2022-05-15 13:16:37 +0200
commit1dad22d3e45d6506c8624e3a7111240fcc4ab786 (patch)
tree35d2c1e84215c6e6a52979bbff0cbc2e8cf77ace /app/templates/errors
parent3aee6067123cd8afd985f68847e6bb476a853bb0 (diff)
Templates.
Diffstat (limited to 'app/templates/errors')
-rw-r--r--app/templates/errors/item-not-found.html2
-rw-r--r--app/templates/errors/table-not-found.html14
2 files changed, 15 insertions, 1 deletions
diff --git a/app/templates/errors/item-not-found.html b/app/templates/errors/item-not-found.html
index 3afc5db..edc73e2 100644
--- a/app/templates/errors/item-not-found.html
+++ b/app/templates/errors/item-not-found.html
@@ -6,7 +6,7 @@ Item not found
{% block content %}
<p>
- Item <strong>{{item }}</strong> could not found.
+ Item <strong>{{ item }}</strong> could not found.
</p>
<p>
If you'd like to suggest a feature, please send us an e-mail.
diff --git a/app/templates/errors/table-not-found.html b/app/templates/errors/table-not-found.html
new file mode 100644
index 0000000..cc001fd
--- /dev/null
+++ b/app/templates/errors/table-not-found.html
@@ -0,0 +1,14 @@
+{% extends "base.html" %}
+
+{% block title %}
+Table not found
+{% endblock %}
+
+{% block content %}
+<p>
+ Table <strong>{{ table }}</strong> could not found.
+</p>
+<p>
+ If you'd like to suggest a feature, please send us an e-mail.
+</p>
+{% endblock %}
Copyright 2019--2024 Marius PETER