summaryrefslogtreecommitdiffstats
path: root/dashboard/src
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2019-06-06 09:19:08 -0400
committerSawyer Bergeron <sbergeron@iol.unh.edu>2019-06-06 09:24:02 -0400
commit113e7e25d4588eec86bec31b80d6f3e962b4fc94 (patch)
tree9e4afcb0e646a2ea7d1208f236e438d5f2639943 /dashboard/src
parent58cffd4bc519009e03df42ef61fc3e4928ef0334 (diff)
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 <sbergeron@iol.unh.edu>
Diffstat (limited to 'dashboard/src')
-rw-r--r--dashboard/src/templates/base.html2
-rw-r--r--dashboard/src/templates/layout.html2
2 files changed, 2 insertions, 2 deletions
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 @@
<!-- Custom CSS -->
- <link href="{% static "bower_components/startbootstrap-sb-admin-2-blackrockdigital/dist/css/sb-admin-2.min.css" %}"
+ <link href="{% static "bower_components/startbootstrap-sb-admin-2-blackrockdigital/dist/css/sb-admin-2.css" %}"
rel="stylesheet">
<link href="{% static "css/theme.css" %}" rel="stylesheet">
<link href="{% static "css/detail_view.css" %}" rel="stylesheet">
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 @@
<script src="{% static "bower_components/metisMenu/dist/metisMenu.min.js" %}"></script>
<!-- Custom Theme JavaScript -->
-<script src="{% static "bower_components/startbootstrap-sb-admin-2-blackrockdigital/dist/js/sb-admin-2.min.js" %}"></script>
+<script src="{% static "bower_components/startbootstrap-sb-admin-2-blackrockdigital/dist/js/sb-admin-2.js" %}"></script>
{% block extrajs %}
{% endblock extrajs %}