diff options
author | Sashi20 | 2020-02-10 15:31:32 +0530 |
---|---|---|
committer | Sashi20 | 2020-02-10 15:31:32 +0530 |
commit | 4252d7a8b41bd121b64d2561afb592be574aeb65 (patch) | |
tree | b8633ea407e4ea4d2df1cf7e158fba65029d70fb /idea_proposal.inc | |
parent | ea8664a466b084a09e286aa4200c447b458e6510 (diff) | |
download | dwsim_custom_model-4252d7a8b41bd121b64d2561afb592be574aeb65.tar.gz dwsim_custom_model-4252d7a8b41bd121b64d2561afb592be574aeb65.tar.bz2 dwsim_custom_model-4252d7a8b41bd121b64d2561afb592be574aeb65.zip |
Modiy link to proposal terms, add link to download abstract in Download codes
Diffstat (limited to 'idea_proposal.inc')
-rw-r--r-- | idea_proposal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idea_proposal.inc b/idea_proposal.inc index 1b0649e..5d37731 100644 --- a/idea_proposal.inc +++ b/idea_proposal.inc @@ -202,7 +202,7 @@ function custom_model_idea_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/idea/term-and-conditions" target="_blank">I agree to the Terms and Conditions</a>') ), '#required' => TRUE ); |