Adds null state for ip blocklist
This commit is contained in:
parent
b3fdd1ad51
commit
57044d1c20
@ -43,5 +43,8 @@
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
{% if not addresses.exists %}
|
||||
<p><em>{% trans "No IP addresses currently blocked." %}</em></p>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user