add missing variables to partial call

pull/4092/head
Jens Ulferts 9 years ago
parent 3baf89b242
commit 721bd44c09
  1. 4
      app/views/groups/_form.html.erb

@ -39,5 +39,7 @@ See doc/COPYRIGHT.rdoc for more details.
<%= f.text_field :lastname, label: Group.human_attribute_name(:name), required: true %>
</div>
<%= render partial: 'customizable/form', locals: { form: f } %>
<%= render partial: 'customizable/form', locals: { form: f,
all_fields: true,
only_required: false } %>
</section>

Loading…
Cancel
Save