merge new feature #15

Merged
chiu merged 6 commits from 123/seminar:master into master 2023-09-27 16:22:22 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b1f505d9d7 - Show all commits

View File

@ -53,7 +53,7 @@
margin: 0; margin: 0;
} }
</style> </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> <fieldset>
<!-- Title --> <!-- Title -->