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

Commit

Permalink
put price filters behind allow-b2g-paid-submission waffle (bug 812174)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Nov 15, 2012
1 parent 20c6ab5 commit d3aa802
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mkt/search/templates/search/results.html
Expand Up @@ -22,8 +22,7 @@
{% set title = _('Search Results') %}
{% endif %}

{% set show_paid = True if (prices and not waffle.switch('disabled-payments')
and request.GAIA) else False %}
{% set show_paid = prices and request.GAIA and waffle.switch('allow-b2g-paid-submission') %}

{% set pagetitle = title %}
{% set pagetype = 'search' %}
Expand Down

0 comments on commit d3aa802

Please sign in to comment.