summaryrefslogtreecommitdiff
path: root/proposal.inc
diff options
context:
space:
mode:
authorSashi202018-11-02 17:38:59 +0530
committerSashi202018-11-02 17:38:59 +0530
commitf6120b95e8abc259e746fbc8b0ce44e15ea6a930 (patch)
tree94ea2df4286805a6e966e14ddb21cf2f46a6e26f /proposal.inc
parent202138bb12be297949046c8532d7333df2060b44 (diff)
downloadom_pssp-f6120b95e8abc259e746fbc8b0ce44e15ea6a930.tar.gz
om_pssp-f6120b95e8abc259e746fbc8b0ce44e15ea6a930.tar.bz2
om_pssp-f6120b95e8abc259e746fbc8b0ce44e15ea6a930.zip
Removed required type for month and year of degree, reference
Diffstat (limited to 'proposal.inc')
-rwxr-xr-xproposal.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/proposal.inc b/proposal.inc
index 0c20033..1f14ec9 100755
--- a/proposal.inc
+++ b/proposal.inc
@@ -104,7 +104,7 @@ function om_pssp_proposal_form($form, &$form_state, $no_js_use = FALSE)
'#date_format' => 'M-Y',
'#date_increment' => 0,
'#date_year_range' => '1960: +22',
- '#required' => TRUE
+ '#required' => FALSE
);
$form['contributor_email_id'] = array(
'#type' => 'textfield',
@@ -260,7 +260,7 @@ function om_pssp_proposal_form($form, &$form_state, $no_js_use = FALSE)
'#type' => 'textfield',
'#title' => t('Reference'),
'#size' => 250,
- '#required' => TRUE,
+ '#required' => FALSE,
'#description' => t('Example: Plain Text, DOI, IEEE format etc.'),
'#attributes' => array(
'placeholder' => 'The links to the documents or websites which are referenced while proposing this project.'