X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/bcfa6603daa03e1b997b7269e11cc4e9f3851bef..32714afe3043fe7223189f6a08932b186885b029:/forum/skins/default/templates/notifications/base_text.html diff --git a/forum/skins/default/templates/notifications/base_text.html b/forum/skins/default/templates/notifications/base_text.html index 8d31c30..113e5fd 100644 --- a/forum/skins/default/templates/notifications/base_text.html +++ b/forum/skins/default/templates/notifications/base_text.html @@ -3,16 +3,18 @@ {% declare %} postal_address = "DZone, Inc. 140 Preston Executive Drive, Cary NC 27513, USA" {% enddeclare %} - +{% if not exclude_greeting %} {% trans "Hello" %} {{ recipient.username }}, +{% endif %} -{% block content %} -{% endblock%} +{% 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 here:" %} {{ settings.APP_URL }}{% url user_subscriptions id=recipient.id %} +{% endif %} {{ postal_address }} \ No newline at end of file