forked from CGM_Public/pretix_original
Event header: Remove date directly above other date
This removes the date from the <h2> option used when a header image is uploaded and the header should still be shown. Rendering the date here makes little sense, since the infobox with the date is always just a few lines below. It still makes sense for the <h1> option where it becomes part of the site header.
This commit is contained in:
@@ -135,9 +135,6 @@
|
||||
{% if event_logo and event_logo_show_title %}
|
||||
<h2 class="content-header">
|
||||
{{ event.name }}
|
||||
{% if request.event.settings.show_dates_on_frontpage %}
|
||||
<small>{{ event.get_date_range_display_as_html }}</small>
|
||||
{% endif %}
|
||||
</h2>
|
||||
{% endif %}
|
||||
{% if frontpage_text %}
|
||||
|
||||
Reference in New Issue
Block a user