aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit4df1c9c37c9c740c4e23ab94f9b7b6da454129ac (patch)
tree82d8dafd7465ad92f78a897c0d88382e3b8fe857 /src/templates/layout.html
parent122e57d5f57d129da52dd5ba791df7c568a1f222 (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 'src/templates/layout.html')
-rw-r--r--src/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html
index 13f182b..378cc63 100644
--- a/src/templates/layout.html
+++ b/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 %}