Revised templates

This commit is contained in:
Martin Bley
2022-09-18 13:26:47 +02:00
parent 12323615c7
commit 272498b4ce
4 changed files with 10 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
{% load i18n static %}
{% load humanize %}
{% block head %}
<script type="text/javascript" src="{{ STATIC_URL }}javascript/tippy.js"></script>
<script type="text/javascript" src="{% static 'javascript/tippy.js' %}"></script>
{% endblock %}
{% block nav %}