pull/1/head
Ed Summers 2011-09-12 13:04:32 +00:00
parent f03f141cb1
commit b1a1dc2de5
1 changed files with 1 additions and 1 deletions

View File

@ -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" %}