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