From 623453a7db6715b8ed8b81971f39adc4b02acdfe Mon Sep 17 00:00:00 2001 From: Anna Makarudze Date: Thu, 23 May 2024 22:27:08 +0200 Subject: [PATCH] Fix global and events menus to work with Bootstrap 5.3.3 --- .../eventapplication/change_form.html | 2 ++ templates/event/menu.html | 24 +++++++------------ templates/global/menu.html | 2 +- 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/templates/admin/organize/eventapplication/change_form.html b/templates/admin/organize/eventapplication/change_form.html index 25fc0bf65..97bb319d2 100644 --- a/templates/admin/organize/eventapplication/change_form.html +++ b/templates/admin/organize/eventapplication/change_form.html @@ -7,6 +7,7 @@ {% endblock %} {% block object-tools %} + {% if original %}

{% trans "Triaging" %}

@@ -30,5 +31,6 @@

{% trans "Triaging" %}

{% endif %}
+ {% endif %} {{ block.super }} {% endblock %} diff --git a/templates/event/menu.html b/templates/event/menu.html index 2f72e4940..1b8f6a83d 100644 --- a/templates/event/menu.html +++ b/templates/event/menu.html @@ -1,22 +1,16 @@ {% load core_tags i18n static %} -