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 +- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'account/templates') 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 %} -- cgit v1.2.2