From a06a576d1156c2b302256b6a5889b683d6637299 Mon Sep 17 00:00:00 2001 From: JoeBanks13 Date: Wed, 28 Feb 2018 23:37:28 +0000 Subject: Quick patch to prevent title from always being 'Internal server error' --- templates/errors/error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/errors') 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 %}