forked from GithubBackups/vichan
ban_form.html: add autofocus on reason text form
This commit is contained in:
parent
d6677bb90c
commit
2dc5196e63
@ -45,7 +45,7 @@ $(document).ready(function(){
|
||||
<label for="reason">{% trans 'Reason' %}</label>
|
||||
</th>
|
||||
<td>
|
||||
<textarea name="reason" id="reason" rows="5" cols="30">{{ reason|e }}</textarea>
|
||||
<textarea name="reason" id="reason" rows="5" cols="30" autofocus>{{ reason|e }}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
{% if post and board and not delete %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user