add message on home page when relay is in manual approval mode

This commit is contained in:
Izalia Mae 2024-03-11 01:53:12 -04:00
parent d5069d98a6
commit b3ab6e6d40

View file

@ -14,10 +14,15 @@
You may subscribe to this relay with the address:
%a(href="https://{{domain}}/actor") << https://{{domain}}/actor</a>
-if config["whitelist-enabled"]
-if config["approval-required"]
%p.section.message
Note: The whitelist is enabled on this instance. Ask the admin to add your instance
before joining.
Follow requests require approval. You will need to wait for an admin to accept or deny
your request.
-elif config["whitelist-enabled"]
%p.section.message
The whitelist is enabled on this instance. Ask the admin to add your instance before
joining.
.data-table.section
%table