From f24f828a45b2e4e42ca1a60d256d7e2729e7f2ea Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Mon, 24 Feb 2020 13:19:27 +0100 Subject: [PATCH] Add html links to emails --- .../templates/registration/registration_set_password_email.html | 2 +- server/core/templates/registration/set_password_email.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/core/templates/registration/registration_set_password_email.html b/server/core/templates/registration/registration_set_password_email.html index c752eada..1774d1da 100644 --- a/server/core/templates/registration/registration_set_password_email.html +++ b/server/core/templates/registration/registration_set_password_email.html @@ -3,7 +3,7 @@ {% trans "Bitte öffnen Sie folgende Seite, um Ihr neues Passwort einzugeben:" %} {% block reset_link %} -{{ protocol }}://{{ domain }}{% url 'set_password_confirm' uidb64=uid token=token %} + {{ protocol }}://{{ domain }}{% url 'set_password_confirm' uidb64=uid token=token %} {% endblock %} {% trans "Ihr Benutzername lautet:" %} {{ user.get_username }} diff --git a/server/core/templates/registration/set_password_email.html b/server/core/templates/registration/set_password_email.html index c752eada..7e2786fb 100644 --- a/server/core/templates/registration/set_password_email.html +++ b/server/core/templates/registration/set_password_email.html @@ -3,7 +3,7 @@ {% trans "Bitte öffnen Sie folgende Seite, um Ihr neues Passwort einzugeben:" %} {% block reset_link %} -{{ protocol }}://{{ domain }}{% url 'set_password_confirm' uidb64=uid token=token %} +{{ protocol }}://{{ domain }}{% url 'set_password_confirm' uidb64=uid token=token %} {% endblock %} {% trans "Ihr Benutzername lautet:" %} {{ user.get_username }}