{% extends 'base.html'%} {% load crispy_forms_tags %} {% block content %}
Home

Enter new password

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