aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-02-28 23:37:28 +0000
committerGravatar JoeBanks13 <[email protected]>2018-02-28 23:37:28 +0000
commita06a576d1156c2b302256b6a5889b683d6637299 (patch)
tree12b9709e385dcf113339d32a13538b171041926e /templates
parentAdd 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.html2
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>