summaryrefslogtreecommitdiff
path: root/app/Template/project_edit/show.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/project_edit/show.php')
-rw-r--r--app/Template/project_edit/show.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/project_edit/show.php b/app/Template/project_edit/show.php
index 96531007..324b2e0a 100644
--- a/app/Template/project_edit/show.php
+++ b/app/Template/project_edit/show.php
@@ -14,10 +14,10 @@
<legend><?= t('General') ?></legend>
<?= $this->form->label(t('Name'), 'name') ?>
- <?= $this->form->text('name', $values, $errors, array('required', 'maxlength="50"', 'autofocus', 'tabindex="1"')) ?>
+ <?= $this->form->text('name', $values, $errors, array('required', 'autofocus', 'tabindex="1"')) ?>
<?= $this->form->label(t('Email'), 'email') ?>
- <?= $this->form->email('email', $values, $errors, array('maxlength="255"', 'tabindex="2"')) ?>
+ <?= $this->form->email('email', $values, $errors, array('tabindex="2"')) ?>
<p class="form-help"><?= t('The project email is optional and could be used by several plugins.') ?></p>
<?= $this->form->label(t('Identifier'), 'identifier') ?>