aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-06-03 13:24:53 +0800
committerWeitian LI <liweitianux@gmail.com>2014-06-03 13:24:53 +0800
commit49c28ef12fb1ebf5221feeeb22f955f97508f7d4 (patch)
tree40acd57d0ff5ee0363aedd4b1dda0d24097cec00 /templates
parent0c6d95a50d573b5d28d9136780bcf6c824cae283 (diff)
downloaddjango-skaschool-49c28ef12fb1ebf5221feeeb22f955f97508f7d4.tar.bz2
show notice pubtime in index page
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="alert alert-info alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
{# notice #}
- <p><strong><a href="{% url 'list_notice' %}" class="alert-link">[通知] {{ important_notice.title }}</a></strong></p>
+ <p><strong><a href="{% url 'list_notice' %}" class="alert-link">[通知] {{ important_notice.title }}</a></strong> ({{ important_notice.show_pubtime }})</p>
<p>{{ important_notice.contents }}</p>
</div>
</div>