typo
parent
7720a73fb0
commit
c7bd44cbca
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<h1>Wishlists for {{ user.username }}</h1>
|
||||
<h1>Wishlist for {{ user.username }}</h1>
|
||||
|
||||
{% for work in user.wishlist.works.all %}
|
||||
{% include "book_panel.html" %}
|
||||
|
|
Loading…
Reference in New Issue