{% 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 %}<h2>{% trans "Your password has been reset" %}</h2>{% endblock content_title %} {% block body %} You can now <a href="{% url 'user_login' %}">signin</a> with your new password. {% endblock body %}