diff --git a/get_together/templates/get_together/users/show_profile.html b/get_together/templates/get_together/users/show_profile.html index 73a4bd5..8c86d34 100644 --- a/get_together/templates/get_together/users/show_profile.html +++ b/get_together/templates/get_together/users/show_profile.html @@ -56,6 +56,16 @@ {% endif %}
+ {% if badges %} +

Badges

+
+ {% for badge in badges %} +
+ {{badge.name}} +
+ {% endfor %} +
+ {% endif %} {% if teams %}

Teams