Files
deskmeter/dmold/dmweb/templates/calendar.html
2025-12-29 14:12:46 -03:00

32 lines
290 B
HTML

{% extends 'layout.html' %}
{% block head %}
<style type="text/css">
td > * {
}
td {
vertical-align : top;
height: 25px;
}
table {
width: 100%;
border: 1px solid black;
}
</style>
{% endblock head %}
{% block content %}
{{ content | safe }}
{% endblock content %}