diff options
Diffstat (limited to 'templates/navbar.html')
-rw-r--r-- | templates/navbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/navbar.html b/templates/navbar.html index b607a4b..75a2c71 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -21,7 +21,7 @@ <li><a href="{% url 'program' %}">日程</a></li> <li><a href="{% url 'committee' %}">组委会</a></li> <li><a href="{% url 'sponsor' %}">赞助方</a></li> - <li><a href="#">资料下载</a></li> + <li><a href="{% url 'archive_all' %}">资料下载</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">更多 <b class="caret"></b></a> <ul class="dropdown-menu"> |