summaryrefslogtreecommitdiff
path: root/app/Template/password_reset/create.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/password_reset/create.php')
-rw-r--r--app/Template/password_reset/create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/password_reset/create.php b/app/Template/password_reset/create.php
index ef958011..918a0eb4 100644
--- a/app/Template/password_reset/create.php
+++ b/app/Template/password_reset/create.php
@@ -11,7 +11,7 @@
<?= $this->form->text('captcha', array(), $errors, array('required')) ?>
<div class="form-actions">
- <input type="submit" value="<?= t('Change Password') ?>" class="btn btn-blue"/>
+ <button type="submit" class="btn btn-blue"><?= t('Change Password') ?></button>
</div>
</form>
</div> \ No newline at end of file