diff --git a/infoscreen/templates/base.html b/infoscreen/templates/base.html index c4c3c70..c3569dd 100644 --- a/infoscreen/templates/base.html +++ b/infoscreen/templates/base.html @@ -1,6 +1,5 @@ {% load i18n %} {% load static %} -{% load staticfiles %} diff --git a/infoscreen/templates/infoscreen_admin.html b/infoscreen/templates/infoscreen_admin.html index 47d3258..ceef9c4 100644 --- a/infoscreen/templates/infoscreen_admin.html +++ b/infoscreen/templates/infoscreen_admin.html @@ -2,7 +2,6 @@ {% load i18n %} {% load static %} -{% load staticfiles %} {% block appname %}infoAdmin{% endblock appname %} diff --git a/kaehmy/templates/footer.html b/kaehmy/templates/footer.html index 22b4d76..a081138 100644 --- a/kaehmy/templates/footer.html +++ b/kaehmy/templates/footer.html @@ -1,6 +1,5 @@ {% load i18n %} {% load static %} -{% load staticfiles %}