merge
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Tue, 17 Mar 2015 17:08:27 +0000 (18:08 +0100)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Tue, 17 Mar 2015 17:08:27 +0000 (18:08 +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 }}