X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fpassword_reset_email.html;h=222bbfcad33b1af9964520fe6a2e575c96a29999;hb=1736ea8d48a29f79dfdd29f4c090d72f89c3dc6f;hp=51431c73e86faab15cc264f65e6ab927c488884d;hpb=f67ade2d281f726dfaf084dee293393721fce8d9;p=unfold.git 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 }}