diff --git a/src/app/core/services/poll.service.ts b/src/app/core/services/poll.service.ts index d327cd48..2eb8159a 100644 --- a/src/app/core/services/poll.service.ts +++ b/src/app/core/services/poll.service.ts @@ -47,7 +47,7 @@ export class PollService implements Resolve { public showDateInterval = false; public allowSeveralHours = false; public richTextMode = false; - public mode_calendar = true; + public mode_calendar = false; public calendar: Date[] = [new Date()]; public disabled_dates: Date[] = []; 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 3d0cf378..14a4c158 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 @@ -7,9 +7,6 @@ (cdkDropListDropped)="dropDayItem($event)" >
-

- {{ choice.date_object | date: 'short' }} -

@@ -26,7 +23,8 @@ {{ 'dates.format_helper' | translate }}