diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-06-03 13:24:53 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-06-03 13:24:53 +0800 |
commit | 49c28ef12fb1ebf5221feeeb22f955f97508f7d4 (patch) | |
tree | 40acd57d0ff5ee0363aedd4b1dda0d24097cec00 /templates | |
parent | 0c6d95a50d573b5d28d9136780bcf6c824cae283 (diff) | |
download | django-skaschool-49c28ef12fb1ebf5221feeeb22f955f97508f7d4.tar.bz2 |
show notice pubtime in index page
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 2 |
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">×</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> |