Initial Commit
This commit is contained in:
18
templates/user/created.email.html
Normal file
18
templates/user/created.email.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>AVAM - Activate your Account</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>Thank you for joining Avii's Virtual Airline Manager.</p>
|
||||
|
||||
<p>Please click <a href="{{ activate_url }}" target="_BLANK">here</a> or go to <a href="{{ activate_url }}"
|
||||
target="_BLANK">{{ activate_url }}</a> to activate your
|
||||
account.</p>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user