mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Timezone indicators in the backend
This commit is contained in:
@@ -380,6 +380,12 @@
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
<footer>
|
||||
{% if request.timezone %}
|
||||
<span class="fa fa-globe"></span>
|
||||
{% blocktrans trimmed with tz=request.timezone %}
|
||||
Times displayed in {{ tz }}
|
||||
{% endblocktrans %} ·
|
||||
{% endif %}
|
||||
{% with "href='http://pretix.eu'" as a_attr %}
|
||||
{% blocktrans trimmed %}
|
||||
powered by <a {{ a_attr }}>pretix</a>
|
||||
|
||||
Reference in New Issue
Block a user