Browse Source

Add default ban length of 1 hour instead of permanent ban

main
discomrade 2 years ago
parent
commit
e3ee4b0ce9
  1. 4
      templates/mod/ban_form.html

4
templates/mod/ban_form.html

@ -68,8 +68,8 @@ $(document).ready(function(){
<label for="length">{% trans 'Length' %}</label>
</th>
<td>
<input type="text" name="length" id="length" size="20" maxlength="20">
<span class="unimportant">(eg. "2d1h30m" or "2 days")</span></td>
<input type="text" name="length" id="length" size="20" maxlength="20" value="1h">
<span class="unimportant">(eg. "2d1h30m" or "2 days", empty is permaban)</span></td>
</tr>
<tr>
<th>{% trans 'Board' %}</th>

Loading…
Cancel
Save