Add setting organizer_logo_image_inherit

This commit is contained in:
Raphael Michel
2021-09-17 13:33:34 +02:00
parent 101f5f7781
commit 1d065a7672
7 changed files with 29 additions and 10 deletions

View File

@@ -32,7 +32,7 @@
{% if request.event.has_subevents %}
{% if not subevent %}
{% if event_logo and request.event.settings.logo_show_title %}
{% if event_logo and event_logo_show_title %}
<h2 class="content-header">
{{ event.name }}
</h2>
@@ -95,7 +95,7 @@
{% endif %}
{% endif %}
{% else %}
{% if event_logo and request.event.settings.logo_show_title %}
{% if event_logo and event_logo_show_title %}
<h2 class="content-header">
{{ event.name }}
{% if request.event.settings.show_dates_on_frontpage %}