da879f5bcd
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
12 lines
419 B
Elixir
12 lines
419 B
Elixir
<%= gettext "Participation approved" %>
|
|
|
|
==
|
|
|
|
<%= gettext "You requested to participate in event %{title}.", title: @event.title %>
|
|
|
|
<%= gettext "An organizer just approved your participation. You're now going to this event!" %>
|
|
|
|
<%= page_url(Mobilizon.Web.Endpoint, :event, @event.uuid) %>
|
|
|
|
<%= gettext "If you need to cancel your participation, just access the previous link and click on the participation button." %>
|