Skip to content

Commit

Permalink
Fix URL for pygal-tooltips JS in usertraffic view
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Apr 5, 2024
1 parent 3a661de commit 0a938ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sipa/templates/usertraffic.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ <h2>{{ _("Nutzer-ID") }}</h2>
{% endblock %}

{% block custom_script %}
<script defer src="{{ url_for("static", filename="js/pygal-tooltips.js") }}"></script>
<script defer src="{{ url_for("static", filename="js/pygal-tooltips.min.js") }}"></script>
{% endblock %}

0 comments on commit 0a938ce

Please sign in to comment.