{% extends "users/base.html" %} {% load crispy_forms_tags %} {% block content %}
{% csrf_token %}
Reset Password {{ form|crispy }}
{% endblock content %}