Add default ban length of 1 hour instead of permanent ban

This commit is contained in:
discomrade 2021-11-12 10:26:48 -01:00
parent 135604386a
commit badfb60161

View file

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