From c6d7121ccee58cca89f57bbc61e1236f6d5586fa Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 25 Mar 2016 10:53:00 +0100 Subject: [PATCH] update password_reset_subject.txt --- .../templates/registration/password_reset_subject.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-authentic2/templates/registration/password_reset_subject.txt b/theme-authentic2/templates/registration/password_reset_subject.txt index 36292d6..0f2520e 100644 --- a/theme-authentic2/templates/registration/password_reset_subject.txt +++ b/theme-authentic2/templates/registration/password_reset_subject.txt @@ -1,3 +1,3 @@ {% load i18n %}{% autoescape off %} -{% blocktrans %}Password reset on {{ site_name }}{% endblocktrans %} +{% blocktrans with hostname=request.get_host %}Password reset on {{ hostname }}{% endblocktrans %} {% endautoescape %}