Skip to content

Commit

Permalink
Revert "update explanation #48"
Browse files Browse the repository at this point in the history
This reverts commit e44bbae.
  • Loading branch information
patrickakk committed Jun 11, 2024
1 parent 4af8327 commit 7da9514
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/Courses/add_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<p>Make sure to enter a valid URL, preferbly use https:// alternatively use http:// </p>';
echo '<p>Note: When saving the course, the URL will be checked. It should be a valid URL (status code 2xx), not a redirect.</p>';
echo '<p>Make sure to enter a valid URL, preferbly use https:// alternatively use http://';
echo '<p id="start_date">&nbsp;</p>'; // internal url
echo $this->Form->control('start_date', ['label' => 'Start Date*', 'onclick' => 'openForm()', 'placeholder' => 'YYYY-MM-DD']);
?>
Expand Down

0 comments on commit 7da9514

Please sign in to comment.