mirror of
https://github.com/pretix/pretix.git
synced 2026-08-29 13:44:40 +00:00
Fix hard-coded date format
This commit is contained in:
@@ -195,7 +195,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if line.checkins.all %}
|
{% if line.checkins.all %}
|
||||||
{% for c in line.checkins.all %}
|
{% for c in line.checkins.all %}
|
||||||
<span class="fa fa-fw fa-check" data-toggle="tooltip_html" title="{{ c.list.name }}<br>{% blocktrans trimmed with date=c.datetime|date:'d.m.Y H:i' %}First scanned: {{ date }}{% endblocktrans %}"></span>
|
<span class="fa fa-fw fa-check" data-toggle="tooltip_html" title="{{ c.list.name }}<br>{% blocktrans trimmed with date=c.datetime|date:'SHORT_DATETIME_FORMAT' %}First scanned: {{ date }}{% endblocktrans %}"></span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if line.voucher %}
|
{% if line.voucher %}
|
||||||
|
|||||||
Reference in New Issue
Block a user