{% extends "shopit/base.html" %} {% load i18n %} {% block page_title %}{% trans "Password reset" %}{% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}