Skip to content

Commit

Permalink
Use add-on listing items on user profile page (bug 564517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Gross authored and jbalogh committed May 18, 2010
1 parent 7052221 commit 08b36eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/users/templates/users/profile.html
Expand Up @@ -35,8 +35,10 @@ <h4>{{ _('In a little more detail...') }}</h4>
</div>{# /vcard #}

{% if profile.is_developer %}
<div class="separated-listing">
{{ separated_list_items(profile.addons_listed, src='userprofile') }}
<div class="featured listing">
<div class="featured-inner">
{{ addon_listing_items(profile.addons_listed, src='userprofile') }}
</div>
</div>
{% endif %}

Expand Down

0 comments on commit 08b36eb

Please sign in to comment.