mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
6 lines
351 B
HTML
6 lines
351 B
HTML
{% extends "email/layout.html" %}
|
|
{% from "_macros.html" import render_email_button %}
|
|
{% block content %}
|
|
<p>{{ _('The review status of your event has been updated.') }}</p>
|
|
{{ render_email_button(url_for('event_suggestion_review_status', event_suggestion_id=event_suggestion.id, _external=True), _('Click here to view the status')) }}
|
|
{% endblock %} |