{% extends "registration/base.html" %}{% load i18n %}{% load crispy_forms_tags %}{% get_current_language as LANGUAGE_CODE %}{% block title-page %}{% trans "Password reset done" %}{% endblock %}{% block content_box %}<divclass="row"><divclass="login-form-errors"> {% include "display-form-errors.html" %}</div><divclass="col-sm-12"><divclass="pull-right"><ahref="{% url "accounts.login"%}">{% trans "Back to login" %}</a></div> {% trans "We have sent you an email about your next steps." %}</div></div>{% endblock %}