Initial Commit
This commit is contained in:
17
templates/user/password_reset.email.html
Normal file
17
templates/user/password_reset.email.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>AVAM - Reset Password Request</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>Reset Password</p>
|
||||
|
||||
<p>Please click <a href="{{ reset_url }}" target="_BLANK">here</a> or go to <a href="{{ reset_url }}"
|
||||
target="_BLANK">{{ reset_url }}</a> to reset your password.</p>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user