From: Yasin Rahman Date: Tue, 17 Mar 2015 15:18:57 +0000 (+0100) Subject: password reset link: fixed X-Git-Tag: myslice-1.3~59 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=1736ea8d48a29f79dfdd29f4c090d72f89c3dc6f password reset link: fixed --- diff --git a/portal/templates/password_reset_email.html b/portal/templates/password_reset_email.html index 51431c73..222bbfca 100644 --- a/portal/templates/password_reset_email.html +++ b/portal/templates/password_reset_email.html @@ -3,7 +3,7 @@ {% trans "Please go to the following page and choose a new password:" %} {% block reset_link %} -{{ protocol }}://{{ domain }}{% url 'portal.django_passresetview.password_reset_confirm' uidb36=uid token=token %} +{{ domain }}{% url 'portal.django_passresetview.password_reset_confirm' uidb36=uid token=token %} {% endblock %} {% trans "Your username, in case you've forgotten:" %} {{ user.get_username }}