Merge "Add Code of Conduct to group registration"

This commit is contained in:
Jenkins 2015-02-16 13:18:02 +00:00 committed by Gerrit Code Review
commit a374e6399f
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ function groups_groups_form_alter(&$form, &$form_state, $form_id) {
$form['accept_terms'] = array(
'#type' => 'checkbox',
'#title' => t('I have read and agree the !termsurl and !eventurl', array(
'!termsurl' => l(t('Terms and Conditions'), '#'), // TODO: specify url here
'!termsurl' => l(t('Code of Conduct'), 'http://www.openstack.org/legal/community-code-of-conduct/'),
'!eventurl' => l(t('OpenStack Event Policy'), 'http://www.openstack.org/brand/event-policy/'),
)),
'#weight' => 22,