From 113e7e25d4588eec86bec31b80d6f3e962b4fc94 Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Thu, 6 Jun 2019 09:19:08 -0400 Subject: Fix static files references some references to the tagged startbootstrap sb admin 2 dependency reference files that do not exist in the tagged version, this commit fixes that Change-Id: I7d7ff5ec0a3b0d2a6c9dd7eea42fa71117ed0b17 Signed-off-by: Sawyer Bergeron --- dashboard/src/templates/base.html | 2 +- dashboard/src/templates/layout.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dashboard') diff --git a/dashboard/src/templates/base.html b/dashboard/src/templates/base.html index f48a201..1c83a0e 100644 --- a/dashboard/src/templates/base.html +++ b/dashboard/src/templates/base.html @@ -5,7 +5,7 @@ - diff --git a/dashboard/src/templates/layout.html b/dashboard/src/templates/layout.html index 13f182b..378cc63 100644 --- a/dashboard/src/templates/layout.html +++ b/dashboard/src/templates/layout.html @@ -59,7 +59,7 @@ - + {% block extrajs %} {% endblock extrajs %} -- cgit 1.2.3-korg