{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "Change forgotten password error" %} | {{ block.super }}{% endblock %} {% block content %}
info_outline

{% trans "Can't change forgotten password." %}

{{ message }}

Request another password change link.

{% endblock content %}