aboutsummaryrefslogtreecommitdiffstats
path: root/root/forgot_password/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/forgot_password/index.tt')
-rw-r--r--root/forgot_password/index.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/forgot_password/index.tt b/root/forgot_password/index.tt
index c5fbddd..dcda588 100644
--- a/root/forgot_password/index.tt
+++ b/root/forgot_password/index.tt
@@ -9,7 +9,7 @@
<td><input id="mail_" type="text" name="mail" value="[% c.request.params.mail %]" /></td>
</tr><tr>
<td colspan="2" style="text-align:center;">
- <button type="submit" value="[% l('Reset password') %]">[% l('Reset password') %]</button>
+ <input type="submit" value="[% l('Reset password') %]" />
</td>
</tr>
</table>