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 /page/templates | |
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 'page/templates')
-rw-r--r-- | page/templates/page/introduction.html | 4 | ||||
-rw-r--r-- | page/templates/page/program.html | 4 |
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 %} |