{% extends 'dc_auth/email/base.html' %} {% load i18n %} {% block subject %} {% blocktrans %}Password reset on {{ site_name }}{% endblocktrans %} {% endblock %} {% block content %}

Hi,

You're receiving this email because you requested a password reset for your user account at {{ site_name }}.

{% trans "Please go to the following page and choose a new password:" %}

{{ domain }}

{% trans "Your username, in case you've forgotten:" %} {{ user.get_username }}

If you did not request this link, please disregard this email.

From Data Central

{% endblock %}