diff --git a/boards/templates/boards/base.html b/boards/templates/boards/base.html --- a/boards/templates/boards/base.html +++ b/boards/templates/boards/base.html @@ -1,33 +1,35 @@ {% load staticfiles %} {% load i18n %} +{% load static from staticfiles %} + href="{% static 'css/base.css' %}" media="all"/> - + href="{% static theme_css %}" media="all"/> + + href="{% static 'favicon.png' %}"> + {% block head %}{% endblock %} - - - + + + - - - - - + + + + +