diff options
Diffstat (limited to '')
| -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> | 
