summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xproposal.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc
index 58c9f6c..a473d2e 100755
--- a/proposal.inc
+++ b/proposal.inc
@@ -242,7 +242,6 @@ function lab_migration_proposal_form($form, &$form_state)
$namefield = "lab_experiment-" . $counter;
$form['lab_experiment_description-' . $counter] = array(
'#type' => 'textarea',
- '#required' => TRUE,
'#attributes' => array(
'placeholder' => t('Enter Description for your experiment ' . $counter),
'cols' => 50,