Browse Source

Fix checkbox partial

pull/35/head
baarkerlounger 3 years ago
parent
commit
7fb7ddcf90
  1. 3
      app/views/form/_checkbox_question.html.erb

3
app/views/form/_checkbox_question.html.erb

@ -10,6 +10,3 @@
<% end %>
<% end %>
<% end %>
<%= f.hidden_field :previous_page, value: page_key %>
<%= f.hidden_field :case_log_id, value: case_log.id %>

Loading…
Cancel
Save