diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-29 00:37:32 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-29 00:37:32 +0800 |
commit | 0f3c82eb7219a5bddf2609087df1472717225d5c (patch) | |
tree | 584bf3c4e12df9c7c989a8220fe7b11b3b22a579 /page | |
parent | c3dd549d0001151333d1daf82a358b64a46fad29 (diff) | |
download | django-skaschool-0f3c82eb7219a5bddf2609087df1472717225d5c.tar.bz2 |
* 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
Diffstat (limited to 'page')
-rw-r--r-- | page/templates/page/about.html | 4 | ||||
-rw-r--r-- | page/templates/page/introduction.html | 1 |
2 files changed, 4 insertions, 1 deletions
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 --> |