From: Trevor Bramwell Date: Mon, 9 Oct 2017 21:46:24 +0000 (-0700) Subject: Add 'staticfiles' Template Tag to Base Template X-Git-Tag: 2.0.99~236 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=e3dc55b54713e4a9e015cffcbc35ef811ff6606b;p=laas.git Add 'staticfiles' Template Tag to Base Template Without this tag the dashboard HTML will fail to render because it doesn't have a reference to the 'static' template tag. Change-Id: Id56d3b460dc848508c8ae549e7781ea876bdc52b Signed-off-by: Trevor Bramwell --- diff --git a/src/templates/base.html b/src/templates/base.html index ca17949..c74db05 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -1,5 +1,6 @@ {% extends "layout.html" %} {% load bootstrap3 %} +{% load staticfiles %} {% block basecontent %}