password reset link: fixed
authorYasin Rahman <loic.baron@lip6.fr>
Tue, 17 Mar 2015 15:18:57 +0000 (16:18 +0100)
committerYasin Rahman <loic.baron@lip6.fr>
Tue, 17 Mar 2015 15:18:57 +0000 (16:18 +0100)
portal/templates/password_reset_email.html

index 51431c7..222bbfc 100644 (file)
@@ -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 }}