aboutsummaryrefslogtreecommitdiffstats
path: root/templates/navbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/navbar.html')
-rw-r--r--templates/navbar.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/navbar.html b/templates/navbar.html
index 6296c6c..906bcf2 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -24,6 +24,9 @@
<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>