From c1b740cb4bcb1b84cd25fe0a01ea0724d8523c58 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Sun, 18 May 2014 15:37:25 +0800 Subject: * changed block 'title' to 'pagetitle' for every page template --- templates/404.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/404.html') diff --git a/templates/404.html b/templates/404.html index 1a75d8c..67fedd7 100644 --- a/templates/404.html +++ b/templates/404.html @@ -4,9 +4,7 @@ {# 404 page not found template #} -{% block title %} -404页面未找到 | 2014 SKA Summer School -{% endblock %} +{% block pagetitle %}404: 页面未找到{% endblock %} {% block content %}
-- cgit v1.2.2