diff options
Diffstat (limited to 'static/templates/error.html')
| -rw-r--r-- | static/templates/error.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/static/templates/error.html b/static/templates/error.html index 4fbe87f..c3a0dec 100644 --- a/static/templates/error.html +++ b/static/templates/error.html @@ -1,7 +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 %} +{% extends "base.html" %}
+{% block title %}{{ msg(key="errorTitle") }}{% endblock title %}
+
+{% block content %}
+<p>{{ msg(key=errorHeader) }}</p>
+<p>{{ msg(key=errorMessage) }}</p>
+{% endblock content %}
|
