Skip to content

Commit

Permalink
add missing js imports to veranstalter/dashboard.html
Browse files Browse the repository at this point in the history
This fixes the language dropdown not working in the dashboard
  • Loading branch information
joachimschmidt557 committed Nov 24, 2024
1 parent 4af711a commit 802810d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/templates/veranstalter/dashboard.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% extends "d120_base.html" %}
{% load static %}
{% load i18n %}

{% block title %}
Expand Down Expand Up @@ -136,6 +137,9 @@ <h1>
{% endblock %}

{% block javascript_block %}
<script src="{% static 'jquery/dist/jquery.min.js' %}"></script>
<script src="{% static '@popperjs/core/dist/umd/popper.min.js' %}"></script>
<script src="{% static 'bootstrap/dist/js/bootstrap.min.js' %}"></script>
<script>
{% if bestellung %}
$(document).ready(function() {
Expand Down

0 comments on commit 802810d

Please sign in to comment.