summaryrefslogtreecommitdiff
path: root/templates/devel
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devel')
-rw-r--r--templates/devel/clock.html3
-rw-r--r--templates/devel/index.html2
-rw-r--r--templates/devel/packages.html3
-rw-r--r--templates/devel/profile.html2
4 files changed, 10 insertions, 0 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html
index 83fbb70b..2c5bfacf 100644
--- a/templates/devel/clock.html
+++ b/templates/devel/clock.html
@@ -56,6 +56,9 @@
</tbody>
</table>
</div>
+{% endblock %}
+
+{% block script_block %}
{% load cdn %}{% jquery %}{% jquery_tablesorter %}
<script type="text/javascript" src="{% static "archweb.js" %}"></script>
<script type="text/javascript">
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 6d304409..c067b69b 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -294,7 +294,9 @@
</table>
</div>{# #dash-by-developer #}
{% endcache %}
+{% endblock %}
+{% block script_block %}
{% load cdn %}{% jquery %}{% jquery_tablesorter %}
<script type="text/javascript" src="{% static "archweb.js" %}"></script>
<script type="text/javascript">
diff --git a/templates/devel/packages.html b/templates/devel/packages.html
index a62ae1ab..0e6b1752 100644
--- a/templates/devel/packages.html
+++ b/templates/devel/packages.html
@@ -73,6 +73,9 @@
</tbody>
</table>
</div>
+{% endblock %}
+
+{% block script_block %}
{% load cdn %}{% jquery %}{% jquery_tablesorter %}
<script type="text/javascript" src="{% static "archweb.js" %}"></script>
<script type="text/javascript">
diff --git a/templates/devel/profile.html b/templates/devel/profile.html
index 9806552a..acdc22a9 100644
--- a/templates/devel/profile.html
+++ b/templates/devel/profile.html
@@ -24,7 +24,9 @@
</form>
</div>
+{% endblock %}
+{% block script_block %}
{% load cdn %}{% jquery %}
<script type="text/javascript" src="{% static "archweb.js" %}"></script>
<script type="text/javascript">