diff --git a/apps/devhub/templates/devhub/addons/listing/macros.html b/apps/devhub/templates/devhub/addons/listing/macros.html index ced400c3f9..0a0a20be33 100644 --- a/apps/devhub/templates/devhub/addons/listing/macros.html +++ b/apps/devhub/templates/devhub/addons/listing/macros.html @@ -1,5 +1,3 @@ -{% from 'addons/macros.html' import price %} - {% macro dev_heading(addon, amo) %}

{% set is_complete = not addon.is_incomplete() %} @@ -29,7 +27,4 @@ {% endwith %}

{% endif %} - {% if waffle.switch('marketplace') %} -

{{ price(addon) }}

- {% endif %} {% endmacro %} diff --git a/mkt/reviewers/templates/reviewers/includes/mobile_details.html b/mkt/reviewers/templates/reviewers/includes/mobile_details.html index 4e28199406..2247442f9b 100644 --- a/mkt/reviewers/templates/reviewers/includes/mobile_details.html +++ b/mkt/reviewers/templates/reviewers/includes/mobile_details.html @@ -1,4 +1,4 @@ -{% from 'addons/macros.html' import price %} +{% from 'detail/includes/price.html' import price %} {% set previews = product.all_previews %}