Remove now false required declaration

This commit is contained in:
Kumi 2021-11-24 13:38:16 +01:00
parent ba2a2d9efe
commit 310a6098a0

View file

@ -56,7 +56,6 @@ class edit_form extends \moodleform {
$mform->addElement('textarea', 'html', get_string('html', 'htmlcert'));
$mform->setType('html', PARAM_RAW);
$mform->addRule('html', null, 'required');
// Add the submit buttons.
$group = array();