diff --git a/app/javascript/submission_form/completed.vue b/app/javascript/submission_form/completed.vue index 1342de33..69e72cf4 100644 --- a/app/javascript/submission_form/completed.vue +++ b/app/javascript/submission_form/completed.vue @@ -41,6 +41,14 @@ +
<%= @submitter.submission.template.name %>
diff --git a/app/views/start_form/show.html.erb b/app/views/start_form/show.html.erb index 135a2f7f..452b48ad 100644 --- a/app/views/start_form/show.html.erb +++ b/app/views/start_form/show.html.erb @@ -1,43 +1,36 @@ -You have been invited to submit the form
-<%= @template.name %>
-Invited by <%= @template.account.name %>
-You have been invited to submit a form
+<%= @template.name %>
+Invited by <%= @template.account.name %>
<%= @submitter.submission.template.name %>