Created
November 28, 2011 19:36
-
-
Save andymckay/1401680 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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