{% extends "base.html" %} {% load static %} {% block title %}Profile - AI ML Operations{% endblock %} {% block content %}

Profile

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