{% extends 'base.html' %} {% load crispy_forms_tags %} {% block title %}Set Password{% endblock title %} {% block content %}
{% csrf_token %} {% bootstrap_form password_set_form %}
{% endblock content %}