{% extends "base.html" %} {% load static %} {% block title %}Timekeeping - AI ML Operations{% endblock %} {% block content %}
Back to Dashboard

Log Time

{% if error %}
{{ error }}
{% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}