2024-05-26 19:34:00 +00:00
|
|
|
{{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>.
|
2024-05-27 19:44:30 +00:00
|
|
|
All other information on your ID should be blacked out before sending it, to protect your
|
|
|
|
privacy and security.
|
2024-05-26 19:34:00 +00:00
|
|
|
</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}}
|