mirror of
https://github.com/pretix/pretix.git
synced 2026-05-14 16:44:06 +00:00
Format transmitted timestamp
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
{% trans "identified by" %} {{ obj.external_pk_name }}
|
||||
<em>{{ obj.external_pk_value }}</em>
|
||||
{% endif %}
|
||||
<time class="text-muted" datetime="{{ obj.transmitted.isoformat }}">{{ obj.transmitted }}</time>
|
||||
<time class="text-muted" datetime="{{ obj.transmitted.isoformat }}">{{ obj.transmitted|date:"SHORT_DATETIME_FORMAT" }}</time>
|
||||
</li>
|
||||
{% empty %}
|
||||
<li>{% trans "No data transmitted." %}</li>
|
||||
|
||||
Reference in New Issue
Block a user