aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>