{% extends "authentic2/base-page.html" %} {% load i18n gadjo %} {% block title %} {% trans "Resetting password" %} {% endblock %} {% block content %}

{% trans "Resetting password" %}

{% csrf_token %} {{ form|with_template }}
{% endblock %}