diff --git a/mod_form.php b/mod_form.php index d2b0574..ed45616 100644 --- a/mod_form.php +++ b/mod_form.php @@ -20,6 +20,8 @@ class mod_expcontent_mod_form extends moodleform_mod { $mform->setType('contentid', PARAM_TEXT); $mform->addRule('contentid', null, 'required', null, 'client'); + $this->standard_intro_elements(); + $this->standard_coursemodule_elements(); $this->add_action_buttons();