- Improve layout of emails sent
- Enable Scaleway TEM for the test environment.
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Reset Your Password</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Hi,</p>
|
||||
<p>You requested a password reset for your EveAI account. Click the link below to reset your password:</p>
|
||||
{% extends "email/base.html" %}
|
||||
{% block content %}
|
||||
<p>Hello,</p>
|
||||
|
||||
<p>You indicated you require a new password. Your administrator sent you this reset password mail.</p>
|
||||
|
||||
<div class="info-box">
|
||||
<p>Click the below link to reset your password:</p>
|
||||
<p><a href="{{ reset_url }}">Reset Password</a></p>
|
||||
<p>If you did not request a password reset, please ignore this email.</p>
|
||||
<p>Thanks,<br>The EveAI Team</p>
|
||||
</body>
|
||||
</html>
|
||||
</div>
|
||||
|
||||
<div class="warning-box">
|
||||
<strong>Important:</strong> If you didn't request a new password, please inform your administrator.
|
||||
</div>
|
||||
|
||||
<div class="warning-box">
|
||||
<strong>Important:</strong> Do not reply to this message. There's no one listening on the receiving side.
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user