Skip to content

Commit

Permalink
Bug 584914, feature flagging personas for add to collection
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Aug 5, 2010
1 parent 459fe4f commit 4d8ba0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/addons/templates/addons/personas_detail.html
Expand Up @@ -63,8 +63,10 @@ <h4 class="author">{{ _('by') }} {{ users_list(addon.listed_authors) }}</h4>

{{ big_install_button(addon, show_warning=False) }}

{% include 'addons/includes/collection_add_widget.html' %}

{% if settings.NEW_COLLECTIONS %}
{% include 'addons/includes/collection_add_widget.html' %}
{% endif %}

{# TODO(davedash): Remove until zamboni does sharing
{{ addon_sharing(addon) }}
#}
Expand Down

0 comments on commit 4d8ba0c

Please sign in to comment.