Fix some placeholders
parent
0ef33a473a
commit
aa01964264
|
@ -5,7 +5,7 @@ div.login-form-container(tg-login)
|
||||||
placeholder="Username or Email (case sensitive)")
|
placeholder="Username or Email (case sensitive)")
|
||||||
fieldset.login-password
|
fieldset.login-password
|
||||||
input(type="password", name="password", ng-model="data.password", data-required="true",
|
input(type="password", name="password", ng-model="data.password", data-required="true",
|
||||||
placeholder="Password")
|
placeholder="Password (case sensitive)")
|
||||||
// This should be hidden when focus on pass
|
// This should be hidden when focus on pass
|
||||||
a.forgot-pass(href="", tg-nav="forgot-password", title="Did you forgot your password?") Forgot it?
|
a.forgot-pass(href="", tg-nav="forgot-password", title="Did you forgot your password?") Forgot it?
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ div.register-form-container(tg-register)
|
||||||
form.register-form
|
form.register-form
|
||||||
fieldset
|
fieldset
|
||||||
input(type="text", name="username", ng-model="data.username", data-required="true",
|
input(type="text", name="username", ng-model="data.username", data-required="true",
|
||||||
placeholder="Pick a username")
|
placeholder="Pick a username (case sensitive)")
|
||||||
fieldset
|
fieldset
|
||||||
input(type="text", name="full_name", ng-model="data.full_name", data-required="true",
|
input(type="text", name="full_name", ng-model="data.full_name", data-required="true",
|
||||||
placeholder="Pick your full name")
|
placeholder="Pick your full name")
|
||||||
|
@ -11,7 +11,7 @@ div.register-form-container(tg-register)
|
||||||
placeholder="Your email")
|
placeholder="Your email")
|
||||||
fieldset
|
fieldset
|
||||||
input(type="password", name="password", ng-model="data.password", data-required="true",
|
input(type="password", name="password", ng-model="data.password", data-required="true",
|
||||||
placeholder="Set a password")
|
placeholder="Set a password (case sensitive)")
|
||||||
fieldset
|
fieldset
|
||||||
a.button.button-register.button-gray(href="", title="Sign up") Sign up
|
a.button.button-register.button-gray(href="", title="Sign up") Sign up
|
||||||
input(type="submit", class="hidden")
|
input(type="submit", class="hidden")
|
||||||
|
|
Loading…
Reference in New Issue