diff --git a/views/courses/create-course.hbs b/views/courses/create-course.hbs index c170004088..bc4e619dd9 100644 --- a/views/courses/create-course.hbs +++ b/views/courses/create-course.hbs @@ -163,7 +163,7 @@
{{> "lib/forms/form-date-input" label=($t "global.label.to") id="untilDate" class="untilDate" - value=course.untilDate disabled=@root.syncedWithGroup}} + value=course.untilDate dataTestId="date_until" disabled=@root.syncedWithGroup}} {{#if syncedWithGroup}} {{/if}} diff --git a/views/courses/edit-course.hbs b/views/courses/edit-course.hbs index a302813502..10eed025c6 100644 --- a/views/courses/edit-course.hbs +++ b/views/courses/edit-course.hbs @@ -83,7 +83,7 @@
-
@@ -137,7 +137,7 @@
- {{#each substitutions}}