mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-23 07:28:08 +00:00
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