README.md
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{% extends "emails/base_email.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div style="font-size: 14px; line-height: 1.6; color: #333333; margin-bottom: 16px;">
|
||||
Для вас создан аккаунт в SecretText.
|
||||
</div>
|
||||
|
||||
<div style="background-color: #f4f4f4; padding: 10px 14px; font-size: 14px; color: #000000; margin-bottom: 18px; border: 1px solid #dddddd;">
|
||||
Логин: <span style="font-weight: 700;">{{ username }}</span>
|
||||
</div>
|
||||
|
||||
<div style="font-size: 13px; color: #333333; margin-bottom: 10px;">
|
||||
Ссылка для получения пароля:
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin: 16px 0 14px 0;">
|
||||
<a href="{{ view_url }}" style="display: inline-block; padding: 10px 28px; background-color: #000000; color: #ffffff; text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: 1px;">ПОЛУЧИТЬ ПАРОЛЬ</a>
|
||||
</div>
|
||||
|
||||
<div style="font-size: 11px; color: #888888; text-align: center; word-break: break-all; margin-bottom: 14px;">
|
||||
{{ view_url }}
|
||||
</div>
|
||||
|
||||
<div style="font-size: 11px; color: #666666; border-top: 1px solid #dddddd; padding-top: 12px; margin-top: 8px; line-height: 1.5;">
|
||||
Ссылка действительна 24 часа.
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user