Fix static files references 07/68007/1
authorSawyer Bergeron <sbergeron@iol.unh.edu>
Thu, 6 Jun 2019 13:19:08 +0000 (09:19 -0400)
committerSawyer Bergeron <sbergeron@iol.unh.edu>
Thu, 6 Jun 2019 13:24:02 +0000 (09:24 -0400)
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>
dashboard/src/templates/base.html
dashboard/src/templates/layout.html

index f48a201..1c83a0e 100644 (file)
@@ -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">
index 13f182b..378cc63 100644 (file)
@@ -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 %}