]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/notifications/feedback.html
OSQA-600, notification templates unicode fixes.
[osqa.git] / forum / skins / default / templates / notifications / feedback.html
index 52aa6adace5b593420d3fb95d5460846b53ac336..bb70300e3973d15a0c472bbe0c28dde82500a322 100644 (file)
@@ -1,8 +1,8 @@
 {% load i18n extra_tags email_tags %}
 
 {% declare %}
-    prefix = html.mark_safe(settings.EMAIL_SUBJECT_PREFIX)
-    app_name = html.mark_safe(settings.APP_SHORT_NAME)
+    prefix = smart_str(settings.EMAIL_SUBJECT_PREFIX)
+    app_name = smart_str(settings.APP_SHORT_NAME)
 
     exclude_greeting = True
     exclude_finetune = True