{% extends 'layout.html' %} {% load i18n %} {% load staticfiles %} {% block content %}

{% trans 'Password Reset' %}

{% trans 'Your password has been changed.' %} {% trans 'You can now log in with your new password.' %}

{% endblock %}