diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-05-18 15:37:25 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-05-18 15:37:25 +0800 |
commit | c1b740cb4bcb1b84cd25fe0a01ea0724d8523c58 (patch) | |
tree | 3d2677535a96134ef8ddb346e5990240504d2eb5 /account/templates/account/profile_update.html | |
parent | ce61677ea556749f810954ccd6704eaff70c75e7 (diff) | |
download | django-skaschool-c1b740cb4bcb1b84cd25fe0a01ea0724d8523c58.tar.bz2 |
* changed block 'title' to 'pagetitle' for every page template
Diffstat (limited to 'account/templates/account/profile_update.html')
-rw-r--r-- | account/templates/account/profile_update.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/account/templates/account/profile_update.html b/account/templates/account/profile_update.html index 608f581..9316ac3 100644 --- a/account/templates/account/profile_update.html +++ b/account/templates/account/profile_update.html @@ -6,9 +6,7 @@ {# login template #} -{% block title %} -更新个人信息 | 2014 SKA Summer School -{% endblock %} +{% block pagetitle %}更新个人信息{% endblock %} {% block css_extra %} <link href="{% static 'css/account_profile_update.css' %}" rel="stylesheet"> |