Fix the end tag of login’s email field
This commit is contained in:
parent
9be4bf538c
commit
586db8d553
|
@ -11,7 +11,7 @@
|
|||
<div class="input">
|
||||
<input id="user_email" type="email" required autofocus name="email" autocapitalize="none" value="{{ .Email }}" placeholder="{{( pgettext "Email" "input" )}}">
|
||||
<label for="user_email">{{( pgettext "Email" "input" )}}</label>
|
||||
</input>
|
||||
</div>
|
||||
|
||||
<div class="input">
|
||||
<input id="user_password" type="password" required name="password" autocomplete="current-password" value="{{ .Password }}" placeholder="{{( pgettext "Password" "input" )}}">
|
||||
|
|
Loading…
Reference in New Issue