17 lines
636 B
HTML
17 lines
636 B
HTML
{% extends "emails/base_email.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<div style="font-size: 14px; line-height: 1.6; color: #333333; margin-bottom: 16px;">
|
|
Ваш секрет был просмотрен.
|
|
</div>
|
|
|
|
<div style="text-align: center; margin: 16px 0 14px 0;">
|
|
<a href="{{ base_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;">
|
|
{{ base_url }}
|
|
</div>
|
|
|
|
{% endblock %} |