restore legacy, include shorcut scripts

This commit is contained in:
buenosairesam
2025-12-29 14:12:46 -03:00
parent ac475b9a5a
commit f5ddcad45c
17 changed files with 1877 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{% 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 %}