summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
-rw-r--r--templates/patchwork/bundles.html5
2 files changed, 1 insertions, 5 deletions
diff --git a/templates/base.html b/templates/base.html
index 048d052..1bac4a9 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -6,6 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>{% block title %}Patchwork{% endblock %} - Patchwork</title>
<link rel="stylesheet" type="text/css" href="/css/style.css"/>
+ <script language="JavaScript" type="text/javascript" src="/js/common.js" />
{% block headers %}{% endblock %}
</head>
<body>
diff --git a/templates/patchwork/bundles.html b/templates/patchwork/bundles.html
index 276e58a..95029c1 100644
--- a/templates/patchwork/bundles.html
+++ b/templates/patchwork/bundles.html
@@ -3,11 +3,6 @@
{% block title %}Bundles{% endblock %}
{% block heading %}Bundles{% endblock %}
-{% block headers %}
- <script language="JavaScript" type="text/javascript" src="/js/common.js">
- </script>
-{% endblock %}
-
{% block body %}
{% if bundles %}