Add 'staticfiles' Template Tag to Base Template 95/44595/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 9 Oct 2017 21:46:24 +0000 (14:46 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 9 Oct 2017 21:46:24 +0000 (14:46 -0700)
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 <tbramwell@linuxfoundation.org>
dashboard/src/templates/base.html

index ca17949..c74db05 100644 (file)
@@ -1,5 +1,6 @@
 {% extends "layout.html" %}
 {% load bootstrap3 %}
+{% load staticfiles %}
 
 {% block basecontent %}
     <div id="wrapper">