diff options
author | Saketh1499 | 2022-01-04 10:50:52 +0530 |
---|---|---|
committer | Saketh1499 | 2022-01-04 10:50:52 +0530 |
commit | 9b0515b5c4d404f85ab52b7f2092a127a12ebf96 (patch) | |
tree | 047f7defb32c84afd1bbf41058e71683c69ab7bf | |
parent | 58642fd345d6143c2867836e1b12b91bbe3cc60e (diff) | |
download | cfd_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-x | proposal.inc | 2 |
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 ); |