From 6d4f8d6cffc00edb4d0adb8ad6351b0830b86369 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Mon, 2 Jun 2014 22:28:59 +0800 Subject: updated 'list_approved.html' display style (removed column identity) --- account/templates/account/list_approved.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/account/templates/account/list_approved.html b/account/templates/account/list_approved.html index 7e68c0f..8c2587d 100644 --- a/account/templates/account/list_approved.html +++ b/account/templates/account/list_approved.html @@ -14,18 +14,19 @@
{# alert if the user not approved #} {% if profile and profile.is_approved == 'N' %} -
- 很抱歉,您未能被批准参加本次SKA暑期学校,感谢您的关注和参与。 -
+
+ 很抱歉,您未被批准参加本次SKA暑期学校,感谢您的关注与支持。 +
{% endif %} + {# approved list #} {% if object_list %} - - + {# #} + @@ -34,7 +35,7 @@ - + {# #} {% endfor %} @@ -42,9 +43,9 @@
序号 姓名身份单位身份单位(及专业)
{{ forloop.counter }} {{ approved_profile.realname }}{% trans approved_profile.get_identify_value %}{% trans approved_profile.get_identify_value %}{{ approved_profile.institute }}

(注:按注册先后排序)

{% else %} -
- 审核正在进行,请稍后查询…… -
+
+ 审核正在进行,请稍后查询…… +
{% endif %} {% endblock %} -- cgit v1.2.2