{% extends 'layouts/base.html' %} {% load crispy_forms_tags %} {% block title %} Forget Password Confirm {% endblock title %} {% block content %}
FORGET PASSWORD CONFIRM
{% csrf_token %} {{form|crispy}}
{% endblock content %}