X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/5cd8854a55b8f4e8145f06c46ec8e7332dfb5af9..2dd371482b63066c3c8c828977efe2014c5dc13e:/forum/skins/default/templates/notifications/feedback.html?ds=sidebyside diff --git a/forum/skins/default/templates/notifications/feedback.html b/forum/skins/default/templates/notifications/feedback.html index 52aa6ad..bb70300 100644 --- a/forum/skins/default/templates/notifications/feedback.html +++ b/forum/skins/default/templates/notifications/feedback.html @@ -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