aboutsummaryrefslogtreecommitdiffstats
path: root/page/templates
diff options
context:
space:
mode:
Diffstat (limited to 'page/templates')
-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 %}