summaryrefslogtreecommitdiffstats
path: root/askbot/templates/email/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/email/footer.html')
-rw-r--r--askbot/templates/email/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/email/footer.html b/askbot/templates/email/footer.html
index eda1269d..eb62ccc7 100644
--- a/askbot/templates/email/footer.html
+++ b/askbot/templates/email/footer.html
@@ -1 +1 @@
-<p>{% trans %}Sincerely,<br>{{ site_name }} Administrator{% endtrans %}</p>
+{{ settings.EMAIL_TEXT_FOOTER|sub_vars(recipient_user) }}