mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
9 lines
254 B
HTML
9 lines
254 B
HTML
{% extends "email/layout.html" %}
|
|
{% block content %}
|
|
<p>
|
|
{{ message|safe }}
|
|
</p>
|
|
<p>
|
|
<a href="{{ url_for('user_notifications', _external=True) }}" target="_blank" rel="noopener noreferrer">{{ _('Notification settings') }}</a>
|
|
</p>
|
|
{% endblock %} |