{%extends 'singup.html'%} {% load crispy_forms_tags %} {% block content %}

Enter new password

Please enter your new password twice so we can verify you typed it in correctly.

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