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