{% extends "pbp_store/store_base.html" %} {% load i18n %} {% load url from future %} {% block right-side %}{% endblock right-side %} {% block title %}{% trans "Password reset" %}{% endblock title %} {% block content_title %}

{% trans "Your password has been reset" %}

{% endblock content_title %} {% block body %} You can now signin with your new password. {% endblock body %}