mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Timezone indicators in the backend
This commit is contained in:
@@ -106,6 +106,9 @@
|
||||
{{ e.get_short_date_to_display }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if e.settings.timezone != request.timezone %}
|
||||
<span class="fa fa-globe text-muted" data-toggle="tooltip" title="{{ e.timezone }}"></span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% for q in e.first_quotas|slice:":3" %}
|
||||
|
||||
Reference in New Issue
Block a user