{% load i18n %}{% autoescape off %} {% blocktrans %}A request to reset your account's password has been made at {{ site_name }}.{% endblocktrans %} {% blocktrans %}If it wasn't you who made the request, please ignore this message. You will be able to use your account normally.{% endblocktrans %} {% blocktrans %}To proceed with the password reset, please visit the following URL, either by clicking on it or by copying and pasting it in your browser:{% endblocktrans %} {{ protocol }}://{{ domain }}{% url django.contrib.auth.views.password_reset_confirm uid token %} {% trans "Thank you" %} -- {% blocktrans %}{{ site_name }} team{% endblocktrans %} {% endautoescape %} {% comment %} See: django.contrib.auth.forms.PasswordResetForm for more information about the context variables of this email. {% endcomment %}