X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/b9c5d044963b8aaf88268eca9aa21f6afb4ed890..ce1fb7f146e5524565ad7cc003691d10134f2158:/forum/skins/default/templates/notifications/base.html diff --git a/forum/skins/default/templates/notifications/base.html b/forum/skins/default/templates/notifications/base.html index d5d88dd..320b164 100644 --- a/forum/skins/default/templates/notifications/base.html +++ b/forum/skins/default/templates/notifications/base.html @@ -1,20 +1,21 @@ {% load extra_filters extra_tags i18n email_tags %} {% declare %} - p_style = settings.EMAIL_PARAGRAPH_STYLE - a_style = settings.EMAIL_ANCHOR_STYLE + p_style = smart_str(settings.EMAIL_PARAGRAPH_STYLE) + a_style = smart_str(settings.EMAIL_ANCHOR_STYLE) hr_style = "color:#ccc;border:0;height:1px;background-color:#ccc;margin-bottom:20px;" small_style = "color:#333333;font-family:'Lucida Grande', Trebuchet, Helvetica, sans-serif;font-size:12px;" table_style = "border:20px %s solid;margin:10px auto 10px auto;width:750px;text-align:left;" % settings.EMAIL_BORDER_COLOR {% enddeclare %}
+
-
+
{% if not exclude_greeting %} {% trans "Hello" %} {{ recipient.username }}, @@ -23,7 +24,7 @@{% trans "Thanks" %}, {% trans "P.S. You can always fine-tune which notifications you receive" %} -{% trans "here" %}. +{% trans "here" %}. {% endif %} @@ -31,4 +32,4 @@ |