Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created November 28, 2011 19:36
Show Gist options
  • Save andymckay/1401680 to your computer and use it in GitHub Desktop.
Save andymckay/1401680 to your computer and use it in GitHub Desktop.
diff --git a/apps/addons/templates/addons/paypal_start.html b/apps/addons/templates/addons/paypal_start.html
index b4dd8cc..e1ea3c4 100644
--- a/apps/addons/templates/addons/paypal_start.html
+++ b/apps/addons/templates/addons/paypal_start.html
@@ -29,7 +29,7 @@
<h2>{{ _('Purchase Add-on') }}</h2>
{% endif %}
<div class="paypal-content">
- <span class="price">{{ addon.premium.get_price() }}</span>
+ <span class="price">{{ addon.premium.get_price_locale() }}</span>
<h5>{{ addon.name }}</h5>
<div class="paypal-links">
<a>{{ _('Learn about purchases') }}</a>
diff --git a/vendor b/vendor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment