summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/layout.html
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/templates/layout.html
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/templates/layout.html')
-rw-r--r--dashboard/src/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
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 %}