From b1a1dc2de5962755d4f3e8e5b98aca86efa79752 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Mon, 12 Sep 2011 13:04:32 +0000 Subject: [PATCH] typo --- frontend/templates/user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %}