summaryrefslogtreecommitdiff
path: root/static/templates/error.html
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-18 18:56:38 -0400
committermrw1593 <botahamec@outlook.com>2023-06-18 18:56:38 -0400
commit1d51343bc819ec19a593e224f61245b3b0f639b1 (patch)
treeb3e8d98598011b0072db8f92aeccdb0bd136b0b4 /static/templates/error.html
parentcfc6b9f35f49636a50ef9d170d01740439dfdbe4 (diff)
error page
Diffstat (limited to 'static/templates/error.html')
-rw-r--r--static/templates/error.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/templates/error.html b/static/templates/error.html
new file mode 100644
index 0000000..4fbe87f
--- /dev/null
+++ b/static/templates/error.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+{% block title %}{{ msg(key="errorTitle") }}{% endblock title %}
+
+{% block content %}
+<p>{{ msg(key=errorHeader) }}</p>
+<p>{{ msg(key=errorMessage) }}</p>
+{% endblock content %}