Add submit buttons to some forms

stable
David Barragán Merino 2014-07-09 12:17:47 +02:00
parent bba87a4072
commit 1acdc9ddcc
3 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,4 @@ div.forgot-form-container(tg-forgot-Password)
placeholder="Username or email")
fieldset
a.button.button-forgot.button-gray(href="", title="Reset Password") Reset Password
input(type="submit", style="display:none")

View File

@ -6,3 +6,4 @@ form.login-form
a.forgot-pass(href="", tg-nav="forgot-password", title="Did you forgot your password?") Forgot it?
fieldset
a.button.button-login.button-gray(href="", title="Log in") Enter
input(type="submit", style="display:none")

View File

@ -7,6 +7,7 @@ form.register-form
input(type="password" placeholder="Set a password", data-required="true")
fieldset
a.button.button-register.button-gray(href="", title="Sign up") Sign up
input(type="submit", style="display:none")
p.register-text
// TODO