From aeabfa1fde65a9a4d1280bca7525ceea1f1da71d Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 4 Jan 2013 13:34:50 -0500 Subject: [PATCH] img measurements are already px --- frontend/templates/supporter.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index d33f0537..13f863f7 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -111,7 +111,7 @@ there's no tab for seeing ALL my books, only the filters! huh. {% if supporter.profile.badges.all %} {% for badge in supporter.profile.badges.all %} - {{ badge.description }} + {{ badge.description }} {% endfor %} {% endif %}