From 8c74caa0bac735d7453a1d5687817c9e43953a9f Mon Sep 17 00:00:00 2001 From: Martey Dodoo Date: Tue, 31 Oct 2023 23:16:47 -0400 Subject: [PATCH] Change navigation bar and add logo image --- .../web/templates/pretalx/common/base.html | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/ansible/roles/web/templates/pretalx/common/base.html b/ansible/roles/web/templates/pretalx/common/base.html index f1d821ab..287ad628 100644 --- a/ansible/roles/web/templates/pretalx/common/base.html +++ b/ansible/roles/web/templates/pretalx/common/base.html @@ -75,30 +75,28 @@

{% if request.event and request.event.logo %} - - {% elif request.event %} - {{ request.event.name }} + {% endif %}

{% endraw %}{% if nav_enabled %} {% endif %}{% raw %}