2019-09-30 13:48:47 +02:00
|
|
|
<%= 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!" %>
|
|
|
|
|
2020-02-10 09:58:16 +01:00
|
|
|
<%= page_url(Mobilizon.Web.Endpoint, :event, @event.uuid) %>
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
<%= gettext "If you need to cancel your participation, just access the previous link and click on the participation button." %>
|