From 170bc6cc0da6e1915e7e8594b565a149bab30917 Mon Sep 17 00:00:00 2001
From: Xandersoft
{% blocktrans with account=user.username %}To reset the password of your account {{ account }} on {{ site_name }}, please click the following link: {% endblocktrans %}
+
{{ url_base }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}
From 550ccb1b0207384e4ba20810862d075a72abf671 Mon Sep 17 00:00:00 2001 From: lian{% trans "Hi," %}
-{% blocktrans with account=user.username %}To reset the password of your account {{ account }} on {{ site_name }}, please click the following link: {% endblocktrans %}
-
-
- {{ url_base }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %} +{% blocktrans with account=user.username %}To reset the password of your account {{ account }} on {{ site_name }}, please click the following link: {% endblocktrans %} +
+ ++{{ url_base }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}
-{% trans "If you did not request it, just skip it." %}
+{% trans "If you did not request it, just skip it." %}