1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-19 04:04:53 +01:00

Merge pull request #890 from Zankaria/login-autofocus

Autofocus username field on mod login page
This commit is contained in:
Lorenzo Yario 2025-02-08 22:27:45 -06:00 committed by GitHub
commit 413e93587f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
{% trans 'Username' %}
</th>
<td>
<input type="text" name="username" size="20" maxlength="30" value="{{ username|e }}">
<input type="text" name="username" size="20" maxlength="30" value="{{ username|e }}" autofocus>
</td>
</tr>
<tr>