diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index ca2b9939..73172bd5 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -71,6 +71,7 @@ {% endwith %} + {% if item.note or item.user == request.user %}
{% include "snippets/avatar.html" with user=item.user %} @@ -87,8 +88,33 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis.

+ {% if item.user == request.user %} +
+
+ + {% trans "Edit:" %} + + +
+
+
+ +
+
+
+
+ +
+
+
+
+
+ {% endif %} + {% endif %}