{% extends "adminlte2/base.html" %} {% load i18n static %} {% block page_stylesheets %} {{ block.super }} {% endblock page_stylesheets %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block title %} {{ title }} {% endblock %} {% block page_name %}

{{ title }}

{% endblock page_name %} {% block content %}

{% trans 'Your password was changed successfully.' %}

{% endblock %}