{% autoescape off %}You're receiving this email because a password reset was requested for your account on {{ site_name }}.

Choose a new password here:
{{ protocol }}://{{ domain }}{% url "djust_auth:password_reset_confirm" uidb64=uid token=token %}

Your username is {{ user.get_username }}.

If you didn't ask for this, you can ignore this email.
{% endautoescape %}
