mobilizon/lib/eventos_web/templates/coherence/registration/edit.html.eex

6 lines
248 B
Elixir

<h3><%= dgettext "coherence", "Edit Account" %></h3>
<%= render "form.html", changeset: @changeset,
label: dgettext("coherence", "Update"), required: [],
action: registration_path(@conn, :update) %>