diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-06-03 13:11:38 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-06-03 13:11:38 +0800 |
commit | 0c6d95a50d573b5d28d9136780bcf6c824cae283 (patch) | |
tree | 5c3a0ddf914f2d96367e7d075d0558fc7a1ad8c4 /templates/index.html | |
parent | dbdec551f234c6dfdb992184b715e9af8462433c (diff) | |
download | django-skaschool-0c6d95a50d573b5d28d9136780bcf6c824cae283.tar.bz2 |
updated notice display style in index page
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index 16244d4..0ba7aaf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -40,9 +40,9 @@ <div class="container"> <div class="alert alert-info alert-dismissable"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> - <strong><a href="{% url 'list_notice' %}" class="alert-link">[通知]</a></strong> - {# notice contents #} - {{ important_notice.contents }} + {# notice #} + <p><strong><a href="{% url 'list_notice' %}" class="alert-link">[通知] {{ important_notice.title }}</a></strong></p> + <p>{{ important_notice.contents }}</p> </div> </div> {% endif %} |