fix node link of terms of service

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy 2013-02-08 18:47:59 +01:00
parent 1f9bef33b9
commit 5a82c8394d

View File

@ -85,7 +85,7 @@ function materio_user_form_alter(&$form, &$form_state, $form_id) {
$form['termsofservices'] = array(
'#type' => 'checkbox',
'#title' => t('I red and accept') .' '. l('the materiO terms of services', 'node/11178'),
'#title' => t('I red and accept') .' '. l('the materiO terms of services', 'node/11183'),
'#required' => true,
);