diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-06-30 17:13:52 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-06-30 17:13:52 +0000 |
commit | 1f514031e629d54cc160052a030180b87b9414a3 (patch) | |
tree | c560e3c2c9926564f7536cae495af2a2a706ad7d /root | |
parent | b9b628edad1e37039bf24c3ce7f3551b74e91bb4 (diff) | |
download | identity-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.tt | 2 |
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> |