make it harder to accidentally unban everyone
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<div class='buttons'>
|
<div class='buttons'>
|
||||||
<input type="text" id="search" placeholder="{% trans %}Search{% endtrans %}">
|
<input type="text" id="search" placeholder="{% trans %}Search{% endtrans %}">
|
||||||
{% if mod %}
|
{% if mod %}
|
||||||
<input type="submit" name="unban" id="unban" value="{% trans 'Unban selected' %}">
|
<input type="submit" name="unban" id="unban" onclick="return confirm('Are you sure you want to unban the selected IPs?');" value="{% trans 'Unban selected' %}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user