diff --git a/r2/r2/public/static/css/reddit.less b/r2/r2/public/static/css/reddit.less index 37fac7ef8..7ec453380 100755 --- a/r2/r2/public/static/css/reddit.less +++ b/r2/r2/public/static/css/reddit.less @@ -5405,7 +5405,7 @@ div #campaign-field { .create-promotion .help p { margin: 5px; - width: 580px; + max-width: 610px; } .create-promotion .help a.help { diff --git a/r2/r2/templates/promotelinkform.html b/r2/r2/templates/promotelinkform.html index 578116cba..8051a0519 100644 --- a/r2/r2/templates/promotelinkform.html +++ b/r2/r2/templates/promotelinkform.html @@ -28,6 +28,7 @@ from r2.lib.strings import strings from r2.models import Account from r2.lib import js + from r2.lib.filters import safemarkdown import simplejson from babel.numbers import format_currency, format_decimal @@ -281,11 +282,11 @@ ${self.javascript_setup()}
- ${_("This dashboard allows you to easily place ads on reddit. " - "You can target a specific community or simply run on the main " - "page.")} -
+ ${unsafe(safemarkdown(_("This dashboard allows you to easily place " + "ads on reddit. You can target a specific community or simply " + "run on the main page.")))} + ${unsafe(safemarkdown(_("**Have any questions? " + "[Check out the FAQ](http://www.reddit.com/wiki/selfserve)**")))}