diff options
Diffstat (limited to 'theme/templates/404.html')
-rw-r--r-- | theme/templates/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/404.html b/theme/templates/404.html index e1f116e..d43d0ad 100644 --- a/theme/templates/404.html +++ b/theme/templates/404.html @@ -1,3 +1,3 @@ {% extends "base.html"%} -{% block title %}For oh four{% endblock %} +{% block pagetitle %}For oh four{% endblock %} {% block content %}Whoopsie!{% endblock %} |