{% extends 'base.html' %} {% block title %}{{ title }} | Learning management system{% endblock title %} {% load crispy_forms_tags %} {% load static %} {% block content %} {% include 'snippets/messages.html' %}

Change Password

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

{% endblock content %}