pracownia-timefall/hr_module/templates/hr_module_home.html
2021-01-09 18:31:20 +01:00

9 lines
162 B
HTML

{% extends 'hr_module_base.html' %}
{% load static %}
{% block action_panel %}
<h2>Welcome to Timefall - time tracking app, admin site</h2>
{% endblock %}