From 7ff6075e0a2e3d451981cb3344e05b67be5c0d6b Mon Sep 17 00:00:00 2001 From: Chris Hill Scott Date: Tue, 4 Jul 2017 14:13:06 +0100 Subject: [PATCH] Fix page title on 404 Should match the `

` on the page --- app/templates/error/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/error/404.html b/app/templates/error/404.html index cf691522f..ea6a5b701 100644 --- a/app/templates/error/404.html +++ b/app/templates/error/404.html @@ -1,5 +1,5 @@ {% extends "withoutnav_template.html" %} -{% block per_page_title %}Page not found{% endblock %} +{% block per_page_title %}Page could not be found{% endblock %} {% block maincolumn_content %}