{% extends "base_short.html" %} {% load i18n staticfiles bootstrap3 %} {% block title %} Reset request processed and confirmation email sent {% endblock %} {% block content %}

{% trans " Reset request processed " %}

{% trans "You will shortly get the confirmation email. Please follow the instructions sent to reset your password." %}

{% endblock %}