forked from mirrors/bookwyrm
Adds email blocklist null state
This commit is contained in:
parent
57044d1c20
commit
de5daf8057
1 changed files with 4 additions and 0 deletions
|
@ -57,5 +57,9 @@
|
|||
{% endfor %}
|
||||
</table>
|
||||
|
||||
{% if not domains.exists %}
|
||||
<p><em>No email domains currenly blocked.</em></p>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue