Skip to content

Commit

Permalink
Remove line about the application form
Browse files Browse the repository at this point in the history
This removes a line on the page when starting a new application which
isn't necessary, as requested by our content designer.
  • Loading branch information
thomasleese committed Jul 5, 2024
1 parent 8e7cb76 commit e0c436d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/eligibility_interface/result/eligible.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<%= render "shared/eligible_region_content", region: @region, eligibility_check: @eligibility_check %>

<% if FeatureFlags::FeatureFlag.active?(:teacher_applications) %>
<p class="govuk-body">Use our new application form to apply for QTS.</p>
<%= govuk_start_button(text: "Apply for QTS", href: new_teacher_registration_path) %>
<% end %>

Expand Down

0 comments on commit e0c436d

Please sign in to comment.