diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-28 13:39:23 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-28 13:39:23 +0800 |
commit | 7ba3812f918983a47cda678c31d12e0cd089677a (patch) | |
tree | 5731a9549a18f348261df5c8913049b83ab4119c /templates/navbar.html | |
parent | 650b6c5f48bccd2f79e2489ecd9df9157bac421a (diff) | |
download | django-skaschool-7ba3812f918983a47cda678c31d12e0cd089677a.tar.bz2 |
* moved 'introduction.js' -> 'sidebar.js'
* moved 'introduction.css' -> 'sidebar.css'
* updated page introduction.html
* updated index.html and navbar.html
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"> |