diff --git a/users/templates/users/password_reset_mail.html b/users/templates/users/password_reset_mail.html index 00c52fc..58283e5 100644 --- a/users/templates/users/password_reset_mail.html +++ b/users/templates/users/password_reset_mail.html @@ -14,7 +14,7 @@ Sie haben ein neues Passwort für den Zugang ihrer Agentur {{user.profile.agency.name}} angefordert. Bitte gehen Sie auf folgenden Link, um ein Passwort zu erstellen:

{% block reset_link %} -

{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}

+

{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}

{% endblock %}

Ihr Benutzername: {{ user.get_username }}