Browse Source

Add default ban length of 1 hour instead of permanent ban

pull/62/head
discomrade 2 years ago
parent
commit
ab366688c8
  1. 4
      templates/mod/ban_form.html

4
templates/mod/ban_form.html

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

Loading…
Cancel
Save