diff options
Diffstat (limited to 'app/Template/user/create_local.php')
-rw-r--r-- | app/Template/user/create_local.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/user/create_local.php b/app/Template/user/create_local.php index aeec300f..3c8b43b0 100644 --- a/app/Template/user/create_local.php +++ b/app/Template/user/create_local.php @@ -39,6 +39,7 @@ <?= $this->form->checkbox('notifications_enabled', t('Enable notifications'), 1, isset($values['notifications_enabled']) && $values['notifications_enabled'] == 1 ? true : false) ?> <?= $this->form->checkbox('is_admin', t('Administrator'), 1, isset($values['is_admin']) && $values['is_admin'] == 1 ? true : false) ?> + <?= $this->form->checkbox('is_project_admin', t('Project Administrator'), 1, isset($values['is_project_admin']) && $values['is_project_admin'] == 1 ? true : false) ?> </div> <div class="form-actions"> |