mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-20 20:51:50 +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' %}
|
{% trans 'Username' %}
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user