mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
parent
368e2ddd88
commit
0c1989435a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
%h3.panel-title
|
||||
Sign in
|
||||
.panel-body
|
||||
= form_for(@login_url, method: :post, enctype: 'application/x-www-form-urlencoded', id: 'session' do |f|
|
||||
= form_for(@login_url, method: :post, enctype: 'application/x-www-form-urlencoded', id: 'session') do |f|
|
||||
= f.hidden_field :url, value: @back_url
|
||||
= f.hidden_field :context, value: @context
|
||||
= f.hidden_field :proxypath, value: @proxypath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue