Little changes on forms presentation
This commit is contained in:
parent
3ab168fd67
commit
fcadaf855f
6 changed files with 15 additions and 44 deletions
|
|
@ -10,9 +10,11 @@
|
|||
<label for="input-email">{{ context.tr.t(Sentence::EmailAddress) }}</label>
|
||||
<input id="input-email" type="email" name="email" value="{{ email }}"
|
||||
autocapitalize="none" autocomplete="email" autofocus="autofocus">
|
||||
<span></span>
|
||||
|
||||
<label for="input-password">{{ context.tr.t(Sentence::Password) }}</label>
|
||||
<input id="input-password" type="password" name="password" autocomplete="current-password">
|
||||
<span></span>
|
||||
|
||||
<input type="submit" value="{{ context.tr.t(Sentence::SignInMenu) }}">
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue