Code Review
/
laas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
42763c6
)
Add 'staticfiles' Template Tag to Base Template
author
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Mon, 9 Oct 2017 21:46:24 +0000
(14:46 -0700)
committer
Trevor 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>
src/templates/base.html
patch
|
blob
|
history
diff --git
a/src/templates/base.html
b/src/templates/base.html
index
ca17949
..
c74db05
100644
(file)
--- a/
src/templates/base.html
+++ b/
src/templates/base.html
@@
-1,5
+1,6
@@
{% extends "layout.html" %}
{% load bootstrap3 %}
+{% load staticfiles %}
{% block basecontent %}
<div id="wrapper">