aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_email.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_reset_email.html')
-rw-r--r--templates/registration/password_reset_email.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/password_reset_email.html b/templates/registration/password_reset_email.html
index a55c869..f219c68 100644
--- a/templates/registration/password_reset_email.html
+++ b/templates/registration/password_reset_email.html
@@ -1,5 +1,5 @@
{% load i18n %}
{% blocktrans %}Reset password at {{ site_name }}{% endblocktrans %}:
{% block reset_link %}
-{{ protocol }}://{{ domain }}{% url auth_password_reset_confirm uidb36=uid, token=token %}
+{{ protocol }}://{{ domain }}{% url "auth_password_reset_confirm" uidb36=uid, token=token %}
{% endblock %}