From 90761d2383cf6e1288e37d6a4467efdd50dafa55 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 2 May 2016 00:10:46 -0400 Subject: fix up themes (work in progress) --- theme/templates/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/templates/404.html') 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 %} -- cgit v1.2.3