]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/patch-list.html
Show patch list checkboxes for all authenticated users
[patchwork] / templates / patchwork / patch-list.html
index 14a0f0cfd7cd2e87b6cc701d1efb5eb50bf6dbf2..597806b53d3692abe9cc982d45f48ea27cc5c860 100644 (file)
@@ -24,7 +24,7 @@
 <input type="hidden" name="project" value="{{project.id}}"/>
 <table class="patchlist">
  <tr>
-  {% if patchform or bundle %}
+  {% if user.is_authenticated %}
   <th/>
   {% endif %}
 
@@ -98,7 +98,7 @@
 {% if page %}
  {% for patch in page.object_list %}
   <tr class="{% cycle 'odd' 'even' %}">
-    {% if patchform or bundle %}
+    {% if user.is_authenticated %}
     <td>
     <input type="checkbox" name="patch_id:{{patch.id}}"/>
     </td>