fix quote typos with the {% static %} template tag
[htsworkflow.git] / htsworkflow / frontend / templates / samples / species_detail.html
index 84f17ef9797f7bbf061ea2d0c89caf0f11820c88..36561c7ee679a869ae6a5ffb1de1954564f0470b 100644 (file)
@@ -1,9 +1,10 @@
 {% extends "base_site.html" %}
-{% load adminmedia humanize i18n %}
+{% load staticfiles %}
+{% load humanize i18n %}
 {% block extrahead %}
     <!-- App Stuff -->
-    <link type="text/css" rel="stylesheet" href="/static/css/app.css" />
-    <script type="text/javascript" src="/static/js/jquery.min.js"></script>
+    <link type="text/css" rel="stylesheet" href="{% static "css/app.css" %}" />
+    <script type="text/javascript" src="{% static "js/jquery.min.js" %}"></script>
     
     {% block additional_javascript %}
     {% endblock %}