{% extends "base.html" %} {% load crispy_forms_filters %} {% load i18n static %} {% block title %}{{ _("Password Reset") }}{% endblock title %} {% block content %}
{% trans 'home' %} {% trans 'home' %}

{{ _("Password Reset") }}

{{ _("Type your new password") }}

{% csrf_token %} {{ redirect_field }}
{{ _("Please contact us if you have any trouble resetting your password.") }}
{% endblock %}