feat: add links to cancel anonymous participations in emails

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-12-01 09:52:28 +01:00
parent b315e1d7ff
commit 9e6b232a78
12 changed files with 244 additions and 24 deletions

View File

@@ -99,6 +99,7 @@ defmodule Mobilizon.Web.Email.Participation do
locale: locale,
event: event,
jsonLDMetadata: json_ld(participant),
participant: participant,
subject: subject
})
end
@@ -123,6 +124,7 @@ defmodule Mobilizon.Web.Email.Participation do
locale: locale,
event: event,
jsonLDMetadata: json_ld(participant),
participant: participant,
subject: subject
})
end