mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 16:58:21 -05:00
PromoteReport: specify locale in format_currency.
This commit is contained in:
committed by
bsimpson63
parent
c71163997a
commit
5c02cbdce8
@@ -3908,7 +3908,7 @@ class PromoteReport(Templated):
|
||||
'owner': owners[link.author_id].name,
|
||||
'campaign': fullname,
|
||||
'target': camp.sr_name or 'frontpage',
|
||||
'bid': format_currency(bid, 'USD'),
|
||||
'bid': format_currency(bid, 'USD', locale=c.locale),
|
||||
'fp_impressions': fp_imps[fullname],
|
||||
'sr_impressions': sr_imps[fullname],
|
||||
'fp_clicks': fp_clicks[fullname],
|
||||
|
||||
Reference in New Issue
Block a user