From 49c28ef12fb1ebf5221feeeb22f955f97508f7d4 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Tue, 3 Jun 2014 13:24:53 +0800 Subject: show notice pubtime in index page --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 0ba7aaf..a62f2ab 100644 --- a/templates/index.html +++ b/templates/index.html @@ -41,7 +41,7 @@
{# notice #} -

[通知] {{ important_notice.title }}

+

[通知] {{ important_notice.title }} ({{ important_notice.show_pubtime }})

{{ important_notice.contents }}

-- cgit v1.2.2