{% extends 'app/base_profile.html' %} {% block title %}Change Password{% endblock%} {% block content %}

Change Password



{% csrf_token %} {{ form.as_p }}
{% endblock %}