From 9906b9cb21ec9d5c459c65ca1f27f3ca23762d53 Mon Sep 17 00:00:00 2001 From: LQ Date: Fri, 11 May 2018 22:34:59 +0800 Subject: [PATCH] consist will register email link type Reset password at 127.0.0.1:8000: http://127.0.0.1:8000/accounts/reset/OA/4w3-4dba83e1a00aacddd810/ current style will show "a" mark --- users/templates/users/password_reset_email.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/templates/users/password_reset_email.html b/users/templates/users/password_reset_email.html index e11dcb1..3f43543 100755 --- a/users/templates/users/password_reset_email.html +++ b/users/templates/users/password_reset_email.html @@ -1,7 +1,7 @@ {% load i18n %} {% blocktrans %}Reset password at {{ site_name }}{% endblocktrans %}: {% block reset_link %} - + {{ protocol }}://{{ domain }}{% url 'users_password_reset_confirm' uid token %} - + {% endblock %}