aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html7
-rw-r--r--templates/navbar.html2
2 files changed, 8 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index ba40227..17559f2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -37,10 +37,17 @@
{% block footer %}
<footer class="container" role="contentinfo">
<ul class="masthead-links">
+ <li>Links:</li>
+ <li><a href="http://www.sjtu.edu.cn/" target="_blank">上海交通大学</a></li>
+ <li><a href="http://www.physics.sjtu.edu.cn/" target="_blank">物理与天文系</a></li>
+ <li><a href="http://skatelescope.org/" target="_blank">SKA</a></li>
+ </ul>
+ <ul class="masthead-links">
<li>Powered by:</li>
<li><a href="https://www.djangoproject.com/" target="_blank">Django</a></li>
<li><a href="http://getbootstrap.com/" target="_blank">Bootstrap</a></li>
</ul>
+ <br>
</footer>
{% endblock %}
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">