From: Jeremy Kerr Date: Fri, 5 Sep 2008 07:39:23 +0000 (+1000) Subject: Show patch list checkboxes for all authenticated users X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=commitdiff_plain;h=e3fadcd6476158e57577a0b4ab69e33b0824ae6d;hp=3d3b4b3d8f694df76b7be490ca025302f8ba19ae Show patch list checkboxes for all authenticated users Although only some users can alter patches, others still need the checkboxes to select patches to bundle. Signed-off-by: Jeremy Kerr --- diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html index 14a0f0c..597806b 100644 --- a/templates/patchwork/patch-list.html +++ b/templates/patchwork/patch-list.html @@ -24,7 +24,7 @@ - {% if patchform or bundle %} + {% if user.is_authenticated %} - {% if patchform or bundle %} + {% if user.is_authenticated %}
{% endif %} @@ -98,7 +98,7 @@ {% if page %} {% for patch in page.object_list %}