{% extends "account/base_entrance.html" %} {% load i18n %} {% block title %} {% trans "Change Password" %} {% endblock title %} {% block content %} {% trans 'Your password is now changed.' %} {% endblock content %}