Fix editing user in Admin
This commit is contained in:
parent
4fa52901cb
commit
161d50e095
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
<strong>Success!</strong> <%= $success %>
|
<strong>Success!</strong> <%= $success %>
|
||||||
</div>
|
</div>
|
||||||
% }
|
% }
|
||||||
<form action="<%= url_for . '/edit' %>" method="post" autocomplete="off">
|
<form action="<%= url_for %>" method="post" autocomplete="off">
|
||||||
<h3 class="card-header">
|
<h3 class="card-header">
|
||||||
User Details
|
User Details
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Reference in a new issue