forked from potsda.mn/mobilizon
90ceb4f6fe
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 lines
248 B
Elixir
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) %>
|