From e3fadcd6476158e57577a0b4ab69e33b0824ae6d Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 5 Sep 2008 17:39:23 +1000 Subject: [PATCH 1/1] 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 --- templates/patchwork/patch-list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %} -- 2.39.2
{% endif %} @@ -98,7 +98,7 @@ {% if page %} {% for patch in page.object_list %}