{% extends "base.html" %} {% load static %} {% block title %}Change Password - AI ML Operations, LLC{% endblock %} {% block content %}

Change Password

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %} {{ field.help_text }} {% endif %} {% for error in field.errors %}

{{ error }}

{% endfor %}
{% endfor %}
← Back to Home
{% endblock %}