From 49c6beaf8c46b8ea3324bc703269f1fab8a4b1dd Mon Sep 17 00:00:00 2001 From: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:20:07 -0600 Subject: [PATCH] feat: add additional_banners support to base template --- dojo/templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dojo/templates/base.html b/dojo/templates/base.html index 09393088809..1831decb378 100644 --- a/dojo/templates/base.html +++ b/dojo/templates/base.html @@ -665,6 +665,11 @@ {{ announcement.message|bleach_with_a_tags }} {% endif %} + {% for banner in additional_banners %} + + {% endfor %}
{% block tab_bar %}