forked from potsda.mn/mobilizon
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) %>
|