From: Belén Barros Peña Date: Sat, 27 Sep 2014 20:54:47 +0000 (+0100) Subject: patch-list: Split the filter out of the patch table X-Git-Tag: v1.1.0~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e951e46d1c58ea4a5a266f98c1638a005e59578;p=thirdparty%2Fpatchwork.git patch-list: Split the filter out of the patch table Signed-off-by: Damien Lespiau Signed-off-by: Belén Barros Peña Acked-by: Stephen Finucane --- diff --git a/patchwork/templates/patchwork/patch-list.html b/patchwork/templates/patchwork/patch-list.html index cd691aeb..6d57a667 100644 --- a/patchwork/templates/patchwork/patch-list.html +++ b/patchwork/templates/patchwork/patch-list.html @@ -7,13 +7,11 @@ {% include "patchwork/pagination.html" %} +{% include "patchwork/filters.html" %} +{% if order.editable %} - - {% if order.editable %} - {% endif %}
- {% include "patchwork/filters.html" %} -
{% csrf_token %} @@ -26,9 +24,9 @@ onClick="order_button_click(this)"/>
+{% endif %} {% if page.paginator.long_page and user.is_authenticated %}