{% extends "shop/base.html" %} {% load i18n %} {% block navbar %}
  • {% trans "Home" %}
  • {% endblock %} {% block content %}

    {% trans "Password reset successful" %}

    {% trans "We've e-mailed a new password to the e-mail address you submitted. You should receive it shortly." %}

    {% endblock %}