From: Damien Lespiau Date: Mon, 29 Sep 2014 23:50:19 +0000 (+0100) Subject: base: Add selectize to the base template X-Git-Tag: v1.1.0~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17bca7243d7ec435c0e10f89d946d3e8e88a9397;p=thirdparty%2Fpatchwork.git base: Add selectize to the base template The only tricky thing is the inclusion of the EcmaScript shim for IE8. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/templates/base.html b/templates/base.html index 3f1d363e..a0b6244a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,6 +6,7 @@ {% block title %}Patchwork{% endblock %} - Patchwork + @@ -15,8 +16,10 @@ + + {% block headers %}{% endblock %}