Add html links to emails
This commit is contained in:
parent
919c0aec18
commit
f24f828a45
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{% trans "Bitte öffnen Sie folgende Seite, um Ihr neues Passwort einzugeben:" %}
|
{% trans "Bitte öffnen Sie folgende Seite, um Ihr neues Passwort einzugeben:" %}
|
||||||
{% block reset_link %}
|
{% block reset_link %}
|
||||||
{{ protocol }}://{{ domain }}{% url 'set_password_confirm' uidb64=uid token=token %}
|
<a href="{{ protocol }}://{{ domain }}{% url 'set_password_confirm' uidb64=uid token=token %}">{{ protocol }}://{{ domain }}{% url 'set_password_confirm' uidb64=uid token=token %}</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% trans "Ihr Benutzername lautet:" %} {{ user.get_username }}
|
{% trans "Ihr Benutzername lautet:" %} {{ user.get_username }}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{% trans "Bitte öffnen Sie folgende Seite, um Ihr neues Passwort einzugeben:" %}
|
{% trans "Bitte öffnen Sie folgende Seite, um Ihr neues Passwort einzugeben:" %}
|
||||||
{% block reset_link %}
|
{% block reset_link %}
|
||||||
{{ protocol }}://{{ domain }}{% url 'set_password_confirm' uidb64=uid token=token %}
|
<a href="{{ protocol }}://{{ domain }}{% url 'set_password_confirm' uidb64=uid token=token %}">{{ protocol }}://{{ domain }}{% url 'set_password_confirm' uidb64=uid token=token %}</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% trans "Ihr Benutzername lautet:" %} {{ user.get_username }}
|
{% trans "Ihr Benutzername lautet:" %} {{ user.get_username }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue