Initial commit

This commit is contained in:
Claude Paroz 2024-06-03 16:49:01 +02:00
commit 793bb6a488
182 changed files with 17153 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<div class="row border-bottom mb-3">
<div class="col">
<form method="get">
{{ date_form.non_field_errors }}
<p class="lead">
Statistiques du 1<sup>er</sup> {{ date_form.start_month }} {{ date_form.start_year }} à fin {{ date_form.end_month }} {{ date_form.end_year }}
<button type="submit" class="btn btn-sm btn-outline-primary">Mettre à jour</button>
</p>
</form>
</div>
</div>