From 0f3c82eb7219a5bddf2609087df1472717225d5c Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Tue, 29 Apr 2014 00:37:32 +0800 Subject: * updated login.html with 'password-reset' style * updated profile.html with transcript display * updated about.html with alert warning information * updated introduction with poster download link --- account/templates/account/login.html | 14 +++++++++----- account/templates/account/profile.html | 2 +- page/templates/page/about.html | 4 +++- page/templates/page/introduction.html | 1 + 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/account/templates/account/login.html b/account/templates/account/login.html index fb14550..62b46df 100644 --- a/account/templates/account/login.html +++ b/account/templates/account/login.html @@ -10,9 +10,10 @@ {% endblock %} {% block content %} -
-

登录

-
+
+

登录

+
+
{% csrf_token %} {% bootstrap_form form layout='horizontal' %} @@ -20,8 +21,11 @@

-

忘记密码了? 重置密码

-
+
+

忘记密码了? 重置密码

+
+
+
{% endblock %} {# vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=htmldjango.html: #} diff --git a/account/templates/account/profile.html b/account/templates/account/profile.html index f36c114..a615db5 100644 --- a/account/templates/account/profile.html +++ b/account/templates/account/profile.html @@ -67,7 +67,7 @@ 为什么参加 {% if profile.reason %}{{ profile.reason }}{% else %}请及时填写参加理由{% endif %} - {% if profile.is_transcript_required %} + {% if profile.is_transcript_required or profile.transcript %} 成绩单 {% if profile.transcript %}{{ profile.get_transcript_filename }}{% else %}请及时上传成绩单{% endif %} diff --git a/page/templates/page/about.html b/page/templates/page/about.html index 2f6369e..3205286 100644 --- a/page/templates/page/about.html +++ b/page/templates/page/about.html @@ -13,7 +13,9 @@

关于


- TODO +
+ 很抱歉,暂时未能提供更多信息…… +
{% endblock %} diff --git a/page/templates/page/introduction.html b/page/templates/page/introduction.html index 9a40b29..b91f67e 100644 --- a/page/templates/page/introduction.html +++ b/page/templates/page/introduction.html @@ -82,6 +82,7 @@

宣传海报

2014 SKA Summer School Poster +

海报下载请至资料下载


-- cgit v1.2.2