diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-29 22:04:55 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | 3620ac2671651eb096e49845e2ef500918e90d2a (patch) | |
| tree | 20d36d20b39fe02f501513a2241b5636f672d8ac /templates/manage.html.j2 | |
| parent | 5c64529e77f150f8b83930f17e792b2cb8e38a87 (diff) | |
Fix list view voters, change font
Diffstat (limited to 'templates/manage.html.j2')
| -rw-r--r-- | templates/manage.html.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/manage.html.j2 b/templates/manage.html.j2 index 4a5da8d..db7da0b 100644 --- a/templates/manage.html.j2 +++ b/templates/manage.html.j2 @@ -3,6 +3,7 @@ {% block content %} <h2>Managing poll <span class="contrast">{{ poll.title }}</span> by <i>{{ poll.author_name }}</i></h2> +<p>{{ poll.pub_date_formatted_notz() }}.</p> <p> Share this URL with your peers:<br> |
