reset_confirm.html 460 B

12345678
  1. {% extends "_message/base.html" %}
  2. {% load i18n %}
  3. {% block content %}
  4. <div class="alert-icon"><span><i class="icon-info-sign icon-white"></i></span></div>
  5. <p><strong>{% trans email=message.user.email %}Password reset confirmation has been sent to {{ email }}.{% endtrans %}</strong></p>
  6. <p>{% trans %}You have to confirm your request for new password by clicking confirmation link in message we have sent to you.{% endtrans %}</p>
  7. {% endblock %}