mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
artist links can go without being code
This commit is contained in:
parent
10a08dda1d
commit
2dd8c44691
1 changed files with 3 additions and 6 deletions
|
@ -17,7 +17,6 @@ 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
|
||||
|
||||
- link_verified?(@artist_link) ->
|
||||
|
@ -26,7 +25,6 @@ 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
|
||||
|
||||
- unverified?(@artist_link) ->
|
||||
|
@ -34,7 +32,6 @@ h3 Status
|
|||
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
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue