# HG changeset patch # User neko259 # Date 2013-09-24 14:40:56 # Node ID 9648bcc711b83dd2d36706dc554834c4e6c2e66d # Parent d4948b2282fadc328b9e830a28b5ac03605602b6 Using static template tag for resources. 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 %} - - - + + + - - - - - + + + + +