summaryrefslogtreecommitdiff
path: root/proposal.inc
diff options
context:
space:
mode:
Diffstat (limited to 'proposal.inc')
-rwxr-xr-xproposal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc
index 3dcfa5b..94d58e4 100755
--- a/proposal.inc
+++ b/proposal.inc
@@ -253,7 +253,7 @@ function custom_model_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="https://dwsim.fossee.in/custom-model/term-and-conditions" target="_blank">I agree to the Terms and Conditions</a>')
),
'#required' => TRUE
);