Fix the end tag of login’s email field

This commit is contained in:
jordi fita mas 2023-01-30 16:52:13 +01:00
parent 9be4bf538c
commit 586db8d553
1 changed files with 1 additions and 1 deletions

View File

@ -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" )}}">