aboutsummaryrefslogtreecommitdiffstats
path: root/page
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-27 19:33:09 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-27 19:33:09 +0800
commit8aa8d9fdc406c7352b7713c06b7b61cc9edf84a9 (patch)
tree791efe4f8f7731bf65f4be00827ddfb7c7377127 /page
parentce1c277ee1904fb30df82f75a024822bd3411892 (diff)
downloaddjango-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 'page')
-rw-r--r--page/templates/page/introduction.html4
-rw-r--r--page/templates/page/program.html4
2 files changed, 5 insertions, 3 deletions
diff --git a/page/templates/page/introduction.html b/page/templates/page/introduction.html
index 4474094..fb22398 100644
--- a/page/templates/page/introduction.html
+++ b/page/templates/page/introduction.html
@@ -81,8 +81,8 @@
</ul>
<h3 id="poster">宣传海报</h3>
- TODO
-
+ <img src="{% static 'images/skaschool-poster.jpg' %}" class="img-responsive" alt="2014 SKA Summer School Poster">
+ <br>
</div> <!-- col-md-9, content-col -->
<div class="col-md-3" id="sidebar-col" role="complementary">
diff --git a/page/templates/page/program.html b/page/templates/page/program.html
index 3ac31a9..bff6de0 100644
--- a/page/templates/page/program.html
+++ b/page/templates/page/program.html
@@ -13,7 +13,9 @@
<div class="container">
<h2>2014 SKA 暑期学校日程安排</h2>
<br>
- TODO
+ <div class="alert alert-info">
+ 日程安排尚未确定,请等待后续通知和更新……
+ </div>
</div>
{% endblock %}