diff --git a/app/views/plans/new.html.erb b/app/views/plans/new.html.erb index 2c52c43..48a31c0 100644 --- a/app/views/plans/new.html.erb +++ b/app/views/plans/new.html.erb @@ -64,7 +64,7 @@
- <%= hidden_field_tag 'template-option-target', template_options_template_url(current_user) %> + <%= hidden_field_tag 'template-option-target', template_options_template_path(current_user) %>

<%= _('Which DMP template would you like to use?') %>