From 5230c7ece068d70c87c7bb416bd4ee4b27b36db4 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Mon, 16 Feb 2015 13:26:33 +0100 Subject: [PATCH] Add Code of Conduct to group registration New user groups must accept the Code of Conduct and OpenStack Event Policy as part of registration. Change-Id: I66d727a355295bddc045bfc0cf7fc33db3a78349 --- modules/groups/groups_groups/groups_groups.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/groups/groups_groups/groups_groups.module b/modules/groups/groups_groups/groups_groups.module index 3f557d9..cc417ce 100644 --- a/modules/groups/groups_groups/groups_groups.module +++ b/modules/groups/groups_groups/groups_groups.module @@ -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,