1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-04 20:08:02 +01:00

Give some helpful tips on the IP block form

This commit is contained in:
8chan 2015-04-21 07:11:46 -07:00
parent 402a246174
commit 14b953ae21

View File

@ -30,10 +30,11 @@
<select name="range">
<option value="">no range ban</option>
{% for i in range(29, 12) %}
<option value="/{{i}}">/{{i}}</option>
<option value="/{{i}}">/{{i}} (covers {{2**(32-i)}} addresses)</option>
{% endfor %}
</select>
{% endif %}
<p class="unimportant hint">{% trans %}Be careful with range bans. The bigger the range, the more likely it will affect users you didn't intend.{% endtrans %}</p>
</td>
</tr>
<tr>