{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "Change password confirmation sent" %} | {{ block.super }}{% endblock %} {% block content %}
{% blocktrans trimmed with email=requesting_user.email %} We have sent an e-mail to {{ email }} with a link that you have to click to confirm your request for new password. {% endblocktrans %}