8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-06 22:24:06 +00:00

Fix date check in machine history display

This commit is contained in:
Jean-Romain Garnier 2020-04-22 16:55:59 +00:00 committed by klafyvel
parent 69666e1c91
commit 41723adc89

View file

@ -56,7 +56,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% endif %} {% endif %}
</td> </td>
<td> <td>
{% if event.start_date %} {% if event.end_date %}
{{ event.end_date }} {{ event.end_date }}
{% else %} {% else %}
{% trans "Now" %} {% trans "Now" %}