mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Fix date check in machine history display
This commit is contained in:
parent
bc688d39f9
commit
a9f587ba18
1 changed files with 1 additions and 1 deletions
|
@ -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" %}
|
||||||
|
|
Loading…
Reference in a new issue