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:
commit
413e93587f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user