From 0f57a43bfbed7d4df779e357585e7c67122addac Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 27 Sep 2021 13:31:35 -0700 Subject: [PATCH] Separate access controls for delete and re-order --- bookwyrm/templates/lists/list.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 241bc408..dbee2f1f 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -66,15 +66,14 @@

{% blocktrans with username=item.user.display_name user_path=item.user.local_path %}Added by {{ username }}{% endblocktrans %}

- {% if list.user != request.user %} - {% if list.curation == 'open' and item.user == request.user %} + {% if list.user == request.user %} - {% endif %} - {% endif %}