{% extends 'base_app.html' %} {% load crispy_forms_tags %} {% block title %} HSAS - Password Reset {% endblock %} {% block content %}
Password Reset

Please enter your registered email below

{% csrf_token %} {{ form|crispy }}
{% endblock %}