Files
TimeTrack/templates/time_tracking.html

6 lines
161 B
HTML

{% extends "layout.html" %}
{% block content %}
<!-- Include the shared time tracking interface -->
{% include '_time_tracking_interface.html' %}
{% endblock %}