suivi des suppressions d'objets par ville
This commit is contained in:
parent
62e086cd64
commit
8e43908cef
13 changed files with 1185 additions and 2 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue