{% extends 'layouts/base-fullscreen.html' %} {% load i18n static admin_material %} {% block content %} {% include 'includes/navigation-fullscreen.html' %} Change Password {% if msg %} {{ msg | safe }} {% else %} Enter your old password correctly to change your password. {% endif %} {% if success %} Sign IN {% else %} {% csrf_token %} {% for field in form %} {{ field }} {{ field.errors }} {% endfor %} Change {% endif %} {% include 'includes/footer-fullscreen.html' %} {% endblock content %}
{% if msg %} {{ msg | safe }} {% else %} Enter your old password correctly to change your password. {% endif %}