diff --git a/src/app/features/administration/form/date/list/day/day-list.component.html b/src/app/features/administration/form/date/list/day/day-list.component.html index ad4a1229..fcee1119 100644 --- a/src/app/features/administration/form/date/list/day/day-list.component.html +++ b/src/app/features/administration/form/date/list/day/day-list.component.html @@ -2,7 +2,8 @@
-
@@ -21,12 +22,23 @@ cdkDrag [ngClass]="{ 'day-weekend': isWeekendDay(choice.date_object) }" > - - - - {{ choice.date_object | date: 'E':'Europe/Paris':'fr_FR' }} - - + + + + + + +
+
+ +
+
+ JJ/MM/AAAA +
+
+ - -
- +
+
+ + Supprimer la date +

-