diff --git a/custompages/registration-dist.php b/custompages/registration-dist.php index ef66213542..aeb4fc0f83 100644 --- a/custompages/registration-dist.php +++ b/custompages/registration-dist.php @@ -23,7 +23,7 @@ $content['form']->removeElement('extra_mail_notify_message'); $content['form']->removeElement('extra_mail_notify_group_message'); $content['form']->removeElement('official_code'); $content['form']->removeElement('phone'); -//$content['form']->removeElement('submit'); +$content['form']->removeElement('submit'); if (isset($content['form']->_elementIndex['status'])) { $content['form']->removeElement('status'); $content['form']->removeElement('status');