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

Edit Time Log

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