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