Mailtemplate LINK

This commit is contained in:
Holger Trampe 2019-12-16 21:44:11 +01:00
parent 5f698336f6
commit ae3b4691cf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
Sie haben ein neues Passwort für den Zugang ihrer Agentur <b>{{user.profile.agency.name}}</b> angefordert. Bitte gehen Sie auf folgenden Link, um ein Passwort zu erstellen:
<p>
{% block reset_link %}
<h4><a href="{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}"/>{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}</a></h4>
<h4><a href="{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}">{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}</a></h4>
{% endblock %}
<h4>Ihr Benutzername: {{ user.get_username }}</h4>
</p>