aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-06-03 13:11:38 +0800
committerWeitian LI <liweitianux@gmail.com>2014-06-03 13:11:38 +0800
commit0c6d95a50d573b5d28d9136780bcf6c824cae283 (patch)
tree5c3a0ddf914f2d96367e7d075d0558fc7a1ad8c4
parentdbdec551f234c6dfdb992184b715e9af8462433c (diff)
downloaddjango-skaschool-0c6d95a50d573b5d28d9136780bcf6c824cae283.tar.bz2
updated notice display style in index page
-rw-r--r--templates/index.html6
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">&times;</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 %}