clean unused templates

added .env file to git because of the reason :)
This commit is contained in:
2025-07-30 19:39:39 +03:00
parent 2d0d33d525
commit 135da0ade1
35 changed files with 150 additions and 5150 deletions
+12 -12
View File
@@ -65,18 +65,18 @@
{% block custom_styles %}
<style>
.selectable-row {
cursor: pointer;
}
.selected-row {
background-color: #e6f3ff;
}
.btn[disabled] {
opacity: 0.5;
cursor: not-allowed;
}
</style>
{#<style>#}
{# .selectable-row {#}
{# cursor: pointer;#}
{# }#}
{# .selected-row {#}
{# background-color: #e6f3ff;#}
{# }#}
{# .btn[disabled] {#}
{# opacity: 0.5;#}
{# cursor: not-allowed;#}
{# }#}
{#</style>#}
{% endblock custom_styles %}
{% block crud_js %}