Ajout notion de tâche active, et affichage uniquement des taches active lors de la création d'événements #55

This commit is contained in:
2020-12-17 10:53:52 +01:00
parent 5037b0945e
commit 2ba143e5a2
6 changed files with 31 additions and 1 deletions

View File

@@ -54,6 +54,7 @@
{{ form_row(form.name) }}
{{ form_row(form.project) }}
{{ form_row(form.nature) }}
{{ form_row(form.active) }}
{{ form_row(form.quantity) }}
{{ form_row(form.color) }}
</div>