Browse Source

Fix date check in machine history display

release-2.9
Jean-Romain Garnier 6 years ago
committed by Gabriel Detraz
parent
commit
a9f587ba18
  1. 2
      logs/templates/logs/machine_history.html

2
logs/templates/logs/machine_history.html

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

Loading…
Cancel
Save