Dave Dash can't spell.
This commit is contained in:
Родитель
27a278251f
Коммит
daa77454ad
|
@ -90,7 +90,7 @@
|
|||
{%- if addon.wants_contributions -%}
|
||||
<contribution_data>
|
||||
<link>{{ addon.contribution_url|absolutify|urlparams(source='api') }}</link>
|
||||
<suggested_amount currency="USD" ammount="{{ addon.suggested_amount }}">
|
||||
<suggested_amount currency="USD" amount="{{ addon.suggested_amount }}">
|
||||
{{ addon.suggested_amount|currencyfmt('USD') }}
|
||||
</suggested_amount>
|
||||
<meet_developers>
|
||||
|
|
|
@ -293,7 +293,7 @@ class APITest(TestCase):
|
|||
|
||||
tags = {
|
||||
'suggested_amount': (
|
||||
{'currency': 'USD', 'ammount': '5.00'}, '$5.00'),
|
||||
{'currency': 'USD', 'amount': '5.00'}, '$5.00'),
|
||||
'created': ({'epoch': '1174134235'}, '2007-03-17T12:23:55Z'),
|
||||
'last_updated': (
|
||||
{'epoch': '1272326983'}, '2010-04-27T00:09:43Z'),
|
||||
|
|
Загрузка…
Ссылка в новой задаче