{% extends "password_reset/base.html" %} {% load i18n %} {% block title %}{% trans "Password recovery NOT successful" %}{% endblock %} {% block content %}

{% trans "The email for this registered user is invalid, password reset information cannot be sent. Please contact our administrator for assistance." %}

{% trans "Return to Main Page" %} {% endblock %}