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

Autofocus username field on mod login page

This commit is contained in:
Tobias Umbach 2017-05-05 05:54:39 +02:00 committed by Zankaria
parent d36c6244e4
commit d033cbc1a5

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>