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