summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/bundle.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/bundle.html')
-rw-r--r--templates/patchwork/bundle.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/patchwork/bundle.html b/templates/patchwork/bundle.html
index 68bf570..d9a2785 100644
--- a/templates/patchwork/bundle.html
+++ b/templates/patchwork/bundle.html
@@ -2,6 +2,17 @@
{% load person %}
+{% block headers %}
+ <script language="JavaScript" type="text/javascript"
+ src="/js/jquery-1.2.6.js">
+ </script>
+ <script language="JavaScript" type="text/javascript"
+ src="/js/jquery.tablednd_0_5.js">
+ </script>
+ <script language="JavaScript" type="text/javascript"
+ src="/js/bundle.js">
+ </script>
+{% endblock %}
{% block title %}{{project.name}}{% endblock %}
{% block heading %}bundle: {{bundle.name}}{% endblock %}