mirror of
https://github.com/pretix/pretix.git
synced 2026-05-14 16:44:06 +00:00
Update renamed fields in template
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
{{ obj.external_link_html }}
|
||||
{% else %}
|
||||
{{ obj.external_object_type }}
|
||||
{% trans "identified by" %} {{ obj.external_pk_name }}
|
||||
<em>{{ obj.external_pk_value }}</em>
|
||||
{% trans "identified by" %} {{ obj.external_id_field }}
|
||||
<em>{{ obj.id_value }}</em>
|
||||
{% endif %}
|
||||
<time class="text-muted" datetime="{{ obj.transmitted.isoformat }}">{{ obj.transmitted|date:"SHORT_DATETIME_FORMAT" }}</time>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user