summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 8842887..7bbf6ae 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -55,6 +55,6 @@
{% block footer %} {% endblock %}
</body>
- <script src="{{ STATIC_URL }}/js/libs/jquery-1.7.1.min.js"></script>
+ <script src="{{ STATIC_URL }}js/libs/jquery-1.7.1.min.js"></script>
{% block additionaljs %} {% endblock %}
</html>