mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-22 22:48:00 +00:00
add message on home page when relay is in manual approval mode
This commit is contained in:
parent
d5069d98a6
commit
b3ab6e6d40
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue