From: Damien Lespiau Date: Sun, 31 Aug 2014 21:31:02 +0000 (+0100) Subject: templates: Pull jquery into base.html X-Git-Tag: v1.0.0~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e1437e8c455a2071e3d64d0cc7ea064b0607512;p=thirdparty%2Fpatchwork.git templates: Pull jquery into base.html Bootstrap needs jquery for its own JS facilities, so include it on every page. Acked-by: Stephen Finucane Signed-off-by: Damien Lespiau --- diff --git a/patchwork/templates/patchwork/bundle.html b/patchwork/templates/patchwork/bundle.html index 4a96b6bd..d71132d3 100644 --- a/patchwork/templates/patchwork/bundle.html +++ b/patchwork/templates/patchwork/bundle.html @@ -4,7 +4,6 @@ {% load static %} {% block headers %} - {% endblock %} diff --git a/templates/base.html b/templates/base.html index c2053d46..72dab342 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,6 +7,7 @@ {% block title %}Patchwork{% endblock %} - Patchwork + {% block headers %}{% endblock %}