Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1465 from Mte90/1450549
Browse files Browse the repository at this point in the history
[bug 1450549] Local time on votings only shown on past events
  • Loading branch information
akatsoulas committed Apr 2, 2018
2 parents a28a92f + b2662aa commit 574fd2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion remo/voting/templates/list_votings.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@
{{ poll.start|format_datetime }}
</td>
<td title="{{ poll.end|format_datetime }}"
data-time="{{ poll.end|format_datetime_iso }}">
data-time="{{ poll.end|format_datetime_iso }}" class="date-times tip-bottom datetime-tip"
data-tooltip
data-date-start="{{ poll.start|format_datetime_iso }}"
data-date-end="{{ poll.end|format_datetime_iso }}">
{{ poll.end|format_datetime }}
</td>
<td>{{ poll.valid_groups }}</td>
Expand Down

0 comments on commit 574fd2a

Please sign in to comment.