diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 6dfea8a6..ab64fc9b 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -79,7 +79,7 @@
- {% url 'user-feed' user|username as user_path %} + {% url 'user-feed' item.user|username as user_path %} {% blocktrans trimmed with username=user.display_name %} {{ username }} says: {% endblocktrans %}