artist links can go without being code

This commit is contained in:
Luna D 2021-09-23 18:41:34 +02:00
parent 10a08dda1d
commit 2dd8c44691
No known key found for this signature in database
GPG key ID: 81AF416F2CC36FC8

View file

@ -17,8 +17,7 @@ h3 Status
' has manually contacted you at the address above, as your verification code was not found on the website. Please respond to the message from the administrator to confirm your link.
p The verification code is:
p
code
h1 = @artist_link.verification_code
h1 = @artist_link.verification_code
- link_verified?(@artist_link) ->
p
@ -26,16 +25,14 @@ h3 Status
p We've now found the verification code on your website. An administrator still needs to check the tag list before verifying the link. Please leave the code on your website until verification is complete.
p If you need it again, your verification code is:
p
code
h1 = @artist_link.verification_code
h1 = @artist_link.verification_code
- unverified?(@artist_link) ->
p
strong This link is pending verification by a member of the administration team.
.dnp-warning
h3 To have your link verified as fast as possible, please place this text somewhere on the page you are linking.
code
h1 = @artist_link.verification_code
h1 = @artist_link.verification_code
p Otherwise, an administrator will have to contact you to verify your identity.
p Once the link has been verified you can remove the text; the text simply allows the team to directly check with your website rather than messaging you and waiting for a reply.