forked from leftypol/leftypol
ban_form.html: add autofocus on reason text form
This commit is contained in:
parent
aa8525aa86
commit
9e2ab87df6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue