summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patchwork/templates/patchwork/bundle.html1
-rw-r--r--templates/base.html1
2 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/templates/patchwork/bundle.html b/patchwork/templates/patchwork/bundle.html
index 4a96b6b..d71132d 100644
--- a/patchwork/templates/patchwork/bundle.html
+++ b/patchwork/templates/patchwork/bundle.html
@@ -4,7 +4,6 @@
{% load static %}
{% block headers %}
- <script type="text/javascript" src="{% static "js/jquery-1.10.1.min.js" %}"></script>
<script type="text/javascript" src="{% static "js/jquery.tablednd.js" %}"></script>
<script type="text/javascript" src="{% static "js/bundle.js" %}"></script>
{% endblock %}
diff --git a/templates/base.html b/templates/base.html
index c2053d4..72dab34 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,6 +7,7 @@
<title>{% block title %}Patchwork{% endblock %} - Patchwork</title>
<link rel="stylesheet" type="text/css" href="{% static "css/style.css" %}"/>
<script type="text/javascript" src="{% static "js/common.js" %}"></script>
+ <script type="text/javascript" src="{% static "js/jquery-1.10.1.min.js" %}"></script>
{% block headers %}{% endblock %}
</head>
<body>