From 7ff5a5a491cb3601556b448c7ee93f2e09fe8322 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 15 Jul 2010 13:51:29 +0000 Subject: [PATCH] fix for OSQA-408 - dzone address was always in the text footer git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@532 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/notifications/base_text.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.39.5