merge new feature #15
|
@ -53,7 +53,7 @@
|
|||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<%= form_for @seminar_signup, url: seminars_path, html: {class: "content form-horizontal" , :id=>"new-seminar-signup"} do |f| %>
|
||||
<%= form_for @seminar_signup, url: seminars_path, html: {class: "content form-horizontal" , :id=>"new-seminar-signup", multipart: true} do |f| %>
|
||||
<fieldset>
|
||||
|
||||
<!-- Title -->
|
||||
|
|
Loading…
Reference in New Issue