summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaketh14992022-01-04 10:50:52 +0530
committerSaketh14992022-01-04 10:50:52 +0530
commit9b0515b5c4d404f85ab52b7f2092a127a12ebf96 (patch)
tree047f7defb32c84afd1bbf41058e71683c69ab7bf
parent58642fd345d6143c2867836e1b12b91bbe3cc60e (diff)
downloadcfd_case_study-9b0515b5c4d404f85ab52b7f2092a127a12ebf96.tar.gz
cfd_case_study-9b0515b5c4d404f85ab52b7f2092a127a12ebf96.tar.bz2
cfd_case_study-9b0515b5c4d404f85ab52b7f2092a127a12ebf96.zip
Re-directing terms and conditions URL in proposal form
-rwxr-xr-xproposal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc
index 06b4c6e..7abd31a 100755
--- a/proposal.inc
+++ b/proposal.inc
@@ -392,7 +392,7 @@ function cfd_case_study_proposal_form($form, &$form_state, $no_js_use = FALSE)
'#type' => 'checkboxes',
'#title' => t('Terms And Conditions'),
'#options' => array(
- 'status' => t('<a href="/term-and-conditions" target="_blank">I agree to the Terms and Conditions</a>')
+ 'status' => t('<a href="/case-study-project/term-and-conditions" target="_blank">I agree to the Terms and Conditions</a>')
),
'#required' => TRUE
);