summaryrefslogtreecommitdiff
path: root/templates/project_new.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-25 21:25:54 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-25 21:25:54 -0400
commit34711f584651205cb6738b49df285d93a35393b5 (patch)
treef07a05279d36140b3b71313e0ed50e081709558b /templates/project_new.php
parent0d55f5aa35d21b79c5d79f7214c4c9e05b1d2684 (diff)
Ask the current password before changing a user password
Diffstat (limited to 'templates/project_new.php')
-rw-r--r--templates/project_new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project_new.php b/templates/project_new.php
index 5ce6f97d..2026d461 100644
--- a/templates/project_new.php
+++ b/templates/project_new.php
@@ -9,7 +9,7 @@
<form method="post" action="?controller=project&amp;action=save" autocomplete="off">
<?= Helper\form_label(t('Name'), 'name') ?>
- <?= Helper\form_text('name', $values, $errors, array('autofocus required')) ?>
+ <?= Helper\form_text('name', $values, $errors, array('autofocus', 'required')) ?>
<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>