aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-22 01:09:37 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-22 01:09:37 +0800
commit7b9c7d04ba8080910dbf2b733685b3ed27fef6cc (patch)
treefff2a2b7890b9c031fa22e35893477bf3dd5b169 /templates
parent6252823e3bb7475fd7d07eac7485d759d894f75f (diff)
downloaddjango-skaschool-7b9c7d04ba8080910dbf2b733685b3ed27fef6cc.tar.bz2
* added column 'identify' to 'list_approved' view
* updated navbar.html to always show 'list_approved' but login_required
Diffstat (limited to 'templates')
-rw-r--r--templates/navbar.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/navbar.html b/templates/navbar.html
index 906bcf2..c4f84c2 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -24,10 +24,8 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">更多 <b class="caret"></b></a>
<ul class="dropdown-menu">
- {% if user.is_authenticated %}
<li><a href="{% url 'list_approved' %}">审定名单</a></li>
- {% endif %}
- <li><a href="#">下载</a></li>
+ <li><a href="#">资料下载</a></li>
<li><a href="#">赞助方</a></li>
<li><a href="#">联系方式</a></li>
<li class="divider"></li>