Mailtemplate LINK
This commit is contained in:
parent
5f698336f6
commit
ae3b4691cf
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue