{% extends "account/base.html" %} {% load url from future %} {% load django_bootstrap_breadcrumbs %} {% load i18n %} {% block head_title %}{% trans "Change Password" %}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb "Password Recovery" "" %} {% endblock %} {% block content %}
{% trans 'Your password is now changed.' %}