diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-27 19:33:09 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-27 19:33:09 +0800 |
commit | 8aa8d9fdc406c7352b7713c06b7b61cc9edf84a9 (patch) | |
tree | 791efe4f8f7731bf65f4be00827ddfb7c7377127 /templates/navbar.html | |
parent | ce1c277ee1904fb30df82f75a024822bd3411892 (diff) | |
download | django-skaschool-8aa8d9fdc406c7352b7713c06b7b61cc9edf84a9.tar.bz2 |
* added poster to 'introduction' page: skaschool-poster.jpg
* removed 'about' link in 'navbar.html'
* small updates to 'index.html', 'program.html'
Diffstat (limited to 'templates/navbar.html')
-rw-r--r-- | templates/navbar.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/navbar.html b/templates/navbar.html index d8cce99..b607a4b 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -29,8 +29,10 @@ <li><a href="{% url 'traffic' %}">交通</a></li> <li><a href="{% url 'accommodation' %}">住宿</a></li> <li><a href="{% url 'contact' %}">联系我们</a></li> + <!-- <li class="divider"></li> <li><a href="{% url 'about' %}">关于</a></li> + --> </ul> </li> </ul> |