suivi des suppressions d'objets par ville

This commit is contained in:
Tykayn 2025-11-26 00:26:47 +01:00 committed by tykayn
parent 62e086cd64
commit 8e43908cef
13 changed files with 1185 additions and 2 deletions

View file

@ -8,6 +8,12 @@
{% endblock %}
{% block body %}
<style>
table {
max-height: 600px;
overflow-y: auto;
}
</style>
<div class="container-fluid">
<div class="row">
<!-- Sidebar de navigation -->