From 802810d6cf55c73e05c9b82fbbd7816f15d19096 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Sun, 24 Nov 2024 19:28:37 +0100 Subject: [PATCH] add missing js imports to veranstalter/dashboard.html This fixes the language dropdown not working in the dashboard --- src/templates/veranstalter/dashboard.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/templates/veranstalter/dashboard.html b/src/templates/veranstalter/dashboard.html index 462c97a..0f45f01 100644 --- a/src/templates/veranstalter/dashboard.html +++ b/src/templates/veranstalter/dashboard.html @@ -1,4 +1,5 @@ {% extends "d120_base.html" %} +{% load static %} {% load i18n %} {% block title %} @@ -136,6 +137,9 @@

{% endblock %} {% block javascript_block %} + + +