From fca71455bbe1a5d6633f302a820eca4b9987b3bd Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 1 Nov 2013 11:39:20 +0100 Subject: [PATCH] Add first JS files --- timeside/templates/timeside/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/timeside/templates/timeside/base.html b/timeside/templates/timeside/base.html index b431722..372c79f 100644 --- a/timeside/templates/timeside/base.html +++ b/timeside/templates/timeside/base.html @@ -14,6 +14,10 @@ {% block extra_stylesheets %}{% endblock %} {% block javascript %} + + + + {% endblock %} {% block extra_javascript %}{% endblock %} -- 2.39.5