From e0c436d5988c58c4ab025588658b291cfcc5e952 Mon Sep 17 00:00:00 2001 From: Thomas Leese Date: Fri, 5 Jul 2024 11:57:26 +0100 Subject: [PATCH] Remove line about the application form This removes a line on the page when starting a new application which isn't necessary, as requested by our content designer. --- app/views/eligibility_interface/result/eligible.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/eligibility_interface/result/eligible.html.erb b/app/views/eligibility_interface/result/eligible.html.erb index afbfdaedd3..873a5b0cad 100644 --- a/app/views/eligibility_interface/result/eligible.html.erb +++ b/app/views/eligibility_interface/result/eligible.html.erb @@ -4,7 +4,6 @@ <%= render "shared/eligible_region_content", region: @region, eligibility_check: @eligibility_check %> <% if FeatureFlags::FeatureFlag.active?(:teacher_applications) %> -

Use our new application form to apply for QTS.

<%= govuk_start_button(text: "Apply for QTS", href: new_teacher_registration_path) %> <% end %>