Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
do not say "Set up Payments" during submission of a free app (bug 823…
Browse files Browse the repository at this point in the history
…157)
  • Loading branch information
cvan committed Dec 20, 2012
1 parent e5e9c65 commit fa2f066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkt/submit/templates/submit/done.html
Expand Up @@ -4,7 +4,7 @@

{% block title %}{{ hub_page_title(title) }}{% endblock %}

{% set payments = waffle.switch('allow-b2g-paid-submission') %}
{% set payments = waffle.switch('allow-b2g-paid-submission') and addon.is_premium() %}

{% block content %}
{{ hub_breadcrumbs(items=[(None, _('Submit App'))]) }}
Expand Down

0 comments on commit fa2f066

Please sign in to comment.