{% extends "base.html" %} {% load i18n %} {% load account_tags %} {% block title %}{% trans "Password reset" %}{% endblock %} {% user_display request.user as user_display %} {% block pagecss %} {% endblock %} {% block content %}
{% trans "Password reset" %}

{% trans "Forgotten your password? Enter your email address below, and we'll send you an email allowing you to reset it." %}

{% csrf_token %} {{ form }}

{% blocktrans %}If you have any trouble resetting your password, contact us at support@procatalog.io{% endblocktrans %}

{% endblock %} {% block extra_body %} {% endblock %}