mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-01 04:45:57 +00:00
11 lines
473 B
Elixir
11 lines
473 B
Elixir
<%= gettext "Participation confirmation" %>
|
|
|
|
==
|
|
|
|
<%= gettext "You requested to participate in event %{title}.", title: @participant.event.title %>
|
|
|
|
<%= gettext "If you didn't request this email, you can simply ignore it." %>
|
|
|
|
<%= participation_email_confirmation_url(Mobilizon.Web.Endpoint, :index, @participant.metadata.confirmation_token) %>
|
|
|
|
<%= gettext "If you need to cancel your participation, just access the previous link and click on the participation button." %>
|