mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
Remove unneeded content type
This commit is contained in:
parent
f1992c03a9
commit
044bf9caad
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
= form_for([:admin, @api_user], multipart: true,
|
= form_for([:admin, @api_user], html: {class: 'form-horizontal', autocomplete: 'off'}) do |f|
|
||||||
html: {class: 'form-horizontal', autocomplete: 'off'}) do |f|
|
|
||||||
= render 'shared/full_errors', object: @api_user
|
= render 'shared/full_errors', object: @api_user
|
||||||
|
|
||||||
.row
|
.row
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue