From 0c6d95a50d573b5d28d9136780bcf6c824cae283 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Tue, 3 Jun 2014 13:11:38 +0800 Subject: updated notice display style in index page --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') 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 @@
- [通知] - {# notice contents #} - {{ important_notice.contents }} + {# notice #} +

[通知] {{ important_notice.title }}

+

{{ important_notice.contents }}

{% endif %} -- cgit v1.2.2