aboutsummaryrefslogtreecommitdiffstats
path: root/theme/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/500.html')
-rw-r--r--theme/templates/500.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/500.html b/theme/templates/500.html
index 78786b7..db660a3 100644
--- a/theme/templates/500.html
+++ b/theme/templates/500.html
@@ -1,3 +1,3 @@
{% extends "base.html"%}
-{% block title %}Server Error{% endblock %}
+{% block pagetitle %}Server Error{% endblock %}
{% block content %}Sorry...{% endblock %}