From 7b9c7d04ba8080910dbf2b733685b3ed27fef6cc Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Tue, 22 Apr 2014 01:09:37 +0800 Subject: * added column 'identify' to 'list_approved' view * updated navbar.html to always show 'list_approved' but login_required --- account/templates/account/list_approved.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'account/templates') diff --git a/account/templates/account/list_approved.html b/account/templates/account/list_approved.html index 4bae4a2..3fbe2a2 100644 --- a/account/templates/account/list_approved.html +++ b/account/templates/account/list_approved.html @@ -1,6 +1,7 @@ {% extends 'base.html' %} {% load staticfiles %} {% load url from future %} +{% load i18n %} {% load bootstrap3 %} {# login template #} @@ -17,9 +18,10 @@ - - - + + + + @@ -28,6 +30,7 @@ + {% endfor %} -- cgit v1.2.2
序号姓名单位序号姓名身份单位
{{ forloop.counter }} {{ profile.realname }}{% trans profile.get_identify_value %} {{ profile.institute }}