{% extends 'email_base.html' %} {% load i18n %} {% block title %} Password reset {% endblock %} {% block content %}
{% trans "To reset your password, click the button below" %}
{% trans "Reset Password" %}{% blocktrans %} If you do not understand what it was about, ignore this email {% endblocktrans %}
{% endblock %}