]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/notifications/base_text.html
fix for OSQA-408 - dzone address was always in the text footer
[osqa.git] / forum / skins / default / templates / notifications / base_text.html
index 8cd2c4662d66921de4ffe7fc8ad15eef60ad2d14..ec8714ee481d504af1b5e0788c1991febfcbeba0 100644 (file)
@@ -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