diff options
Diffstat (limited to '')
-rw-r--r-- | templates/error.html (renamed from templates/error.html.tera) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/error.html.tera b/templates/error.html index 5a4cc17..a3ffff4 100644 --- a/templates/error.html.tera +++ b/templates/error.html @@ -1,10 +1,10 @@ -{% extends "base" %} +{% extends "base.html" %} {% block content %} <div class="content panel"> - <h2>Error {{ status }}: {{ req }}</h2> + <h2>Error {{ status }}</h2> <h3>{{ message }}</h3> </div> -{% endblock %} +{% endblock %}
\ No newline at end of file |