2022-08-13 22:39:31 +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>
|
|
|
|
|
2024-09-10 03:52:53 +00:00
|
|
|
<h1>Your certification photo has been denied</h1>
|
2022-08-13 22:39:31 +00:00
|
|
|
|
|
|
|
<p>Dear {{.Data.Username}},</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
We regret to inform you that your certification photo has been rejected. An admin has
|
|
|
|
left the following comment about this:
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
{{.Data.AdminComment}}
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Please try uploading a new verification photo at the link below to try again:
|
|
|
|
</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}}
|