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/registration/activation_complete.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/registration/activation_complete.html') diff --git a/templates/registration/activation_complete.html b/templates/registration/activation_complete.html index fb03a7e..5d071f2 100644 --- a/templates/registration/activation_complete.html +++ b/templates/registration/activation_complete.html @@ -5,9 +5,7 @@ {# step 4. activation complete #} -{% block title %} -成功激活 | 2014 SKA Summer School -{% endblock %} +{% block pagetitle %}成功激活{% endblock %} {% block content %}
-- cgit v1.2.2