aboutsummaryrefslogtreecommitdiffstats
path: root/templates/manage.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/manage.html.j2')
-rw-r--r--templates/manage.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/manage.html.j2 b/templates/manage.html.j2
index 1df54a1..270e837 100644
--- a/templates/manage.html.j2
+++ b/templates/manage.html.j2
@@ -29,8 +29,8 @@
<table class="manage-table">
<thead>
<tr>
- <th>Start time</th>
- <th>End time</th>
+ <th>{% if poll.is_whole_day %}Start date{% else %}Start time{% endif %}</th>
+ <th>{% if poll.is_whole_day %}End date{% else %}End time{% endif %}</th>
<th></th>
</tr>
</thead>