Adds email blocklist null state

This commit is contained in:
Mouse Reeve 2021-09-28 13:05:45 -07:00
parent 57044d1c20
commit de5daf8057

View file

@ -57,5 +57,9 @@
{% endfor %}
</table>
{% if not domains.exists %}
<p><em>No email domains currenly blocked.</em></p>
{% endif %}
{% endblock %}