X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/f23e8f623a0670883682399799d40abda730ff16..7ff5a5a491cb3601556b448c7ee93f2e09fe8322:/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 8cd2c46..ec8714e 100644 --- a/forum/skins/default/templates/notifications/base_text.html +++ b/forum/skins/default/templates/notifications/base_text.html @@ -1,8 +1,5 @@ {% load extra_filters extra_tags i18n email_tags %} -{% declare %} - postal_address = "DZone, Inc. 140 Preston Executive Drive, Cary NC 27513, USA" -{% enddeclare %} {% if not exclude_greeting %} {% trans "Hello" %} {{ recipient.username }}, {% endif %} @@ -17,4 +14,4 @@ {{ settings.APP_URL }}{% url user_subscriptions id=recipient.id,slug=recipient.username|slugify %} {% endif %} -{{ postal_address }} \ No newline at end of file +{{ settings.EMAIL_FOOTER_TEXT }} \ No newline at end of file