{% extends 'Kikapu/passwords-bar.html' %} {% load crispy_forms_tags %} {% block content %}



Password Reset Confirm


Please enter your new password.

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