From 4815a4ca7e110fcd68ab3aab8b9c5da4adf5d41d Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Tue, 27 Jun 2023 23:29:29 +0200 Subject: [PATCH] Add event info to email notifications #505 --- project/templates/_macros.html | 13 +++++++++++++ .../email/reference_auto_verified_notice.html | 3 ++- .../templates/email/reference_request_notice.html | 3 ++- .../email/referenced_event_changed_notice.html | 3 ++- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/project/templates/_macros.html b/project/templates/_macros.html index acc1e45..4c0f2d9 100644 --- a/project/templates/_macros.html +++ b/project/templates/_macros.html @@ -935,6 +935,19 @@ {% endif %} {% endmacro %} +{% macro render_event_in_email(event) %} + +

+{% endmacro %} + {% macro render_pagination(pagination) %} {% if pagination['prev_url'] or pagination['next_url'] %}