website/web/templates/email/certification_secondary.html
2024-05-27 12:44:30 -07:00

35 lines
1.1 KiB
HTML

{{define "content"}}
<html>
<body bakground="#ffffff" color="#000000" link="#0000FF" vlink="#990099" alink="#FF0000">
<basefont face="Arial,Helvetica,sans-serif" size="3" color="#000000"></basefont>
<h1>A secondary form of photo ID verification is requested</h1>
<p>Dear {{.Data.Username}},</p>
<p>
An admin has reviewed your certification photo and is concerned that you may be
too young to sign up for nonshy.
</p>
<p>
To get your certification photo approved, you will need to upload a copy of an
official photo ID that shows your <strong>face</strong> and your <strong>date of birth</strong>.
All other information on your ID should be blacked out before sending it, to protect your
privacy and security.
</p>
<p>
Please see the Certification Photo upload page for more information:
</p>
<p>
<a href="{{.Data.URL}}" target="_blank">{{.Data.URL}}</a>
</p>
<p>
This is an automated e-mail; do not reply to this message.
</p>
</body>
</html>
{{end}}