{% extends 'accounts/profile_base.html' %} {% load crispy_forms_tags %} {% block title %}change your password.{% endblock %} {% block profile_content %}

Change Password

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