X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/58120aed9b7ba336d9935358f0716e9e0de8b7f0..77c7fb49881b1df98ce3584468105ba78740fd48:/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 05de03f..ca1f5f6 100644 --- a/forum/skins/default/templates/notifications/base.html +++ b/forum/skins/default/templates/notifications/base.html @@ -9,23 +9,27 @@ {% enddeclare %} +
-{{settings.APP_TITLE}} +{{settings.APP_TITLE}}
+{% if not exclude_greeting %}

{% trans "Hello" %} {{ recipient.username }},

-{% block content %} -{% endblock%} -

Thanks,
{{settings.APP_SHORT_NAME}}

-

P.S. You can always fine-tune which notifications you receive -here. +{% endif %} +{% block content %}{% endblock%} +

{% trans "Thanks" %},
{{settings.APP_SHORT_NAME}}

+{% if not exclude_finetune %} +

{% trans "P.S. You can always fine-tune which notifications you receive" %} +{% trans "here" %}. +{% endif %}


{{ settings.EMAIL_FOOTER_TEXT }}

- \ No newline at end of file +