diff --git a/app/views/phases/_admin_add.html.erb b/app/views/phases/_admin_add.html.erb index d4150b5..2adfc78 100644 --- a/app/views/phases/_admin_add.html.erb +++ b/app/views/phases/_admin_add.html.erb @@ -1,29 +1,30 @@
<%= _('When you create a new phase for your template, a version will automatically be created. Once you complete the form below you will be provided with options to create sections and questions.') %>
<%= form_for :phase, { url: admin_create_phase_path } do |f| %> - <%= f.hidden_field :template_id, value: @template.id%> - -