Add html links to emails

This commit is contained in:
Christian Cueni 2020-02-24 13:19:27 +01:00
parent 919c0aec18
commit f24f828a45
2 changed files with 2 additions and 2 deletions

View File

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

View File

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