aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-06-30 17:13:52 +0000
committerRomain d'Alverny <rda@mageia.org>2012-06-30 17:13:52 +0000
commit1f514031e629d54cc160052a030180b87b9414a3 (patch)
treec560e3c2c9926564f7536cae495af2a2a706ad7d /root
parentb9b628edad1e37039bf24c3ce7f3551b74e91bb4 (diff)
downloadidentity-1f514031e629d54cc160052a030180b87b9414a3.tar
identity-1f514031e629d54cc160052a030180b87b9414a3.tar.gz
identity-1f514031e629d54cc160052a030180b87b9414a3.tar.bz2
identity-1f514031e629d54cc160052a030180b87b9414a3.tar.xz
identity-1f514031e629d54cc160052a030180b87b9414a3.zip
use an input
Diffstat (limited to 'root')
-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>