{% extends 'account/base.html' %} {% load static %} {% load crispy_forms_tags %} {% load socialaccount %} {% block title %}Change Password{% endblock title %} {% block content %}
Change Password

Change Password with Skote

{% csrf_token %} {% for message in messages %} {% endfor %} {{ form|crispy}}

© Skote. Crafted with by Themesbrand

{% endblock content %}