forked from GithubBackups/vichan
Merge pull request #833 from Zankaria/ban-form-autofocus
ban_form.html: add autofocus
This commit is contained in:
commit
fb55203a2a
@ -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