diff --git a/templates/Courses/add_edit.php b/templates/Courses/add_edit.php index 822c3812..43f8572f 100644 --- a/templates/Courses/add_edit.php +++ b/templates/Courses/add_edit.php @@ -24,8 +24,7 @@ echo $this->Form->control('description', ['label' => 'Description *', 'placeholder' => 'Please add in English the general aims of the course/programme and the learning outcomes.']); echo $this->Form->control('access_requirements', ['label' => 'Entry Requirements', 'placeholder' => 'For instance: if you want to enroll in this MA module, you need to hold a BA degree in X, Y, Z']); echo $this->Form->control('training_url', ['label' => 'Training Material URL', 'placeholder' => 'Optional: The public web address of related training material']); - echo '
Make sure to enter a valid URL, preferbly use https:// alternatively use http://
'; - echo 'Note: When saving the course, the URL will be checked. It should be a valid URL (status code 2xx), not a redirect.
'; + echo 'Make sure to enter a valid URL, preferbly use https:// alternatively use http://'; echo '
'; // internal url echo $this->Form->control('start_date', ['label' => 'Start Date*', 'onclick' => 'openForm()', 'placeholder' => 'YYYY-MM-DD']); ?>