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>
</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>