diff --git a/frontend/templates/user.html b/frontend/templates/user.html index 74015e67..6b4e1bda 100644 --- a/frontend/templates/user.html +++ b/frontend/templates/user.html @@ -2,7 +2,7 @@ {% block content %} -

Wishlists for {{ user.username }}

+

Wishlist for {{ user.username }}

{% for work in user.wishlist.works.all %} {% include "book_panel.html" %}