mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Use g.min_promote_bid in spotlight box message.
This commit is contained in:
@@ -28,6 +28,10 @@
|
||||
from r2.lib.wrapped import Templated
|
||||
%>
|
||||
|
||||
<%!
|
||||
from babel.numbers import format_currency
|
||||
%>
|
||||
|
||||
<div id="siteTable_organic" class="organic-listing loading${' compressed' if thing.compress_display else ''}">
|
||||
%if thing.things:
|
||||
%for link in thing.things:
|
||||
@@ -61,7 +65,7 @@
|
||||
</p>
|
||||
<p>
|
||||
${text_with_links(
|
||||
_("Use of this tool is open to all members of reddit.com, and for as little as $20 you can advertise in this area. %(get_started)s"),
|
||||
_("Use of this tool is open to all members of reddit.com, and for as little as %(price)s you can advertise in this area. %%(get_started)s") % dict(price=format_currency(g.min_promote_bid, 'USD', locale=c.locale)),
|
||||
get_started=dict(link_text=unsafe(_("Get started ›")), path="/ad_inq")
|
||||
)}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user