From 08b36ebd811058654e83fbb19496a9f078f4bc67 Mon Sep 17 00:00:00 2001 From: Joshua Gross Date: Mon, 17 May 2010 15:51:57 -0700 Subject: [PATCH] Use add-on listing items on user profile page (bug 564517) --- apps/users/templates/users/profile.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/users/templates/users/profile.html b/apps/users/templates/users/profile.html index 2ded96c43a4..be1f3b75927 100644 --- a/apps/users/templates/users/profile.html +++ b/apps/users/templates/users/profile.html @@ -35,8 +35,10 @@

{{ _('In a little more detail...') }}

{# /vcard #} {% if profile.is_developer %} -
- {{ separated_list_items(profile.addons_listed, src='userprofile') }} + {% endif %}