mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Second attempt at hiding date on frontpage in title
This commit is contained in:
@@ -130,7 +130,7 @@
|
|||||||
{% if event_logo and request.event.settings.logo_show_title and not subevent %}
|
{% if event_logo and request.event.settings.logo_show_title and not subevent %}
|
||||||
<h2 class="content-header">
|
<h2 class="content-header">
|
||||||
{{ event.name }}
|
{{ event.name }}
|
||||||
{% if event.settings.show_dates_on_frontpage and not event.has_subevents %}
|
{% if request.event.settings.show_dates_on_frontpage and not event.has_subevents %}
|
||||||
<small>{{ event.get_date_range_display }}</small>
|
<small>{{ event.get_date_range_display }}</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h2>
|
</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user