group create fix

This commit is contained in:
Harry Bomrah 2015-03-25 15:50:58 +08:00
parent b290d3653f
commit 4b770b7fd1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<%= form_for @group, :url => admin_groups_path, :html => { :multipart => true , :class=>"form-horizontal main-forms"} do |f| %>
<fieldset>
<%= render :partial => "create_group_form", locals: {f: f} %>
<%= render :partial => "group_form", locals: {f: f} %>
</fieldset>
<% end %>