diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 6cfb9b20..6f478fa1 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -71,7 +71,7 @@ {% endwith %} - {% if item.note or item.user == request.user %} + {% if item.notes %}
- {{ item.notes|to_markdown|safe }} + {{ item.notes|to_markdown|safe }}