From 0f3c82eb7219a5bddf2609087df1472717225d5c Mon Sep 17 00:00:00 2001 From: Weitian LI <liweitianux@gmail.com> Date: Tue, 29 Apr 2014 00:37:32 +0800 Subject: * updated login.html with 'password-reset' style * updated profile.html with transcript display * updated about.html with alert warning information * updated introduction with poster download link --- page/templates/page/about.html | 4 +++- page/templates/page/introduction.html | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'page') diff --git a/page/templates/page/about.html b/page/templates/page/about.html index 2f6369e..3205286 100644 --- a/page/templates/page/about.html +++ b/page/templates/page/about.html @@ -13,7 +13,9 @@ <div class="container"> <h2>关于</h2> <br> - TODO + <div class="alert alert-warning"> + 很抱歉,暂时未能提供更多信息…… + </div> </div> {% endblock %} diff --git a/page/templates/page/introduction.html b/page/templates/page/introduction.html index 9a40b29..b91f67e 100644 --- a/page/templates/page/introduction.html +++ b/page/templates/page/introduction.html @@ -82,6 +82,7 @@ <h3 id="poster">宣传海报</h3> <img src="{% static 'images/skaschool-poster.jpg' %}" class="img-responsive" alt="2014 SKA Summer School Poster"> + <p>海报下载请至<a href="{% url 'archive_all' %}">资料下载</a></p> <br> </div> <!-- col-md-9, content-col --> -- cgit v1.2.2