diff options
author | 2018-02-28 23:37:28 +0000 | |
---|---|---|
committer | 2018-02-28 23:37:28 +0000 | |
commit | a06a576d1156c2b302256b6a5889b683d6637299 (patch) | |
tree | 12b9709e385dcf113339d32a13538b171041926e /templates | |
parent | Add error messages (#30) (diff) |
Quick patch to prevent title from always being 'Internal server error'
Diffstat (limited to 'templates')
-rw-r--r-- | templates/errors/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/errors/error.html b/templates/errors/error.html index 8aa5ff16..834f4e62 100644 --- a/templates/errors/error.html +++ b/templates/errors/error.html @@ -1,5 +1,5 @@ {% extends 'main/base.html' %} -{% block title %} {{ code }} - Internal server error {% endblock %} +{% block title %} Error {{ code }} {% endblock %} {% block beta_error %}{% endblock %} {% block content %} <script> |