update password_reset_subject.txt

This commit is contained in:
Benjamin Dauvergne 2016-03-25 10:53:00 +01:00
parent c87cc341f7
commit c6d7121cce
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}