From 9ed2be3b66eb6103f91057a81e890ceebcf8dad2 Mon Sep 17 00:00:00 2001 From: Daniel Roschka Date: Sun, 31 May 2015 08:10:19 +0200 Subject: [PATCH] Use the static template tag when refering to static files. --- binder/templates/base.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/binder/templates/base.html b/binder/templates/base.html index c14d653..8848916 100644 --- a/binder/templates/base.html +++ b/binder/templates/base.html @@ -1,3 +1,4 @@ +{% load static from staticfiles %} {% block header %} @@ -5,14 +6,14 @@ Binder DNS Admin - - + + {% endblock header %} - - + +