sync for backup
This commit is contained in:
parent
1fbdf7fc9d
commit
a9916acea5
92 changed files with 35330 additions and 882 deletions
23
mailer/templates/NewUserRequest.html
Normal file
23
mailer/templates/NewUserRequest.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>New user request</title>
|
||||
<link href="{{ .Domain }}/static/css/NewUserRequest.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>New account request</h1>
|
||||
<p>New user is awaiting account approval</p>
|
||||
<h3>Information</h3>
|
||||
<ul>
|
||||
<li>Account name: {{ .Username }}</li>
|
||||
<li>Account mail: {{ .MailAddress }}</li>
|
||||
</ul>
|
||||
<h4>Request reason</h4>
|
||||
<p>{{ .Reason }}</p>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue