Files
depot_django/templates/employee-base.html
T
gitea c1183c22ea switch from ownCloud to minIO
buttons in table are buttons and do edit and delete properly
2025-07-29 18:51:09 +03:00

6 lines
115 B
HTML

{% extends "common/base.html" %}
{% block aside %}
{% include 'employee-sidebar.html' %}
{% endblock aside %}