Skip to content

Commit

Permalink
Added early years and further education section (#4506)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerldixon authored Jan 22, 2025
1 parent 3e9015b commit 9e33acd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/helpers/routes_into_teaching_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ def location_summary
def non_uk?
answers["location"] == "No"
end

def no_degree?
answers["undergraduate_degree"] == "No"
end
end
9 changes: 9 additions & 0 deletions app/views/routes_into_teaching/steps/completed.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@
</div>
</div>

<% if no_degree? %>
<div class="row inset">
<div class="col col-845">
<h2 class="heading--box-blue">Other routes into teaching</h2>
<p>You do not need a degree and QTS to <%= link_to "teach in further education", "/life-as-a-teacher/age-groups-and-specialisms/further-education-teachers" %> or to <%= link_to "teach in early years", "/life-as-a-teacher/age-groups-and-specialisms/early-years-teachers" %>. So if you want to become a teacher but are not able to get a degree, you can explore these options.
</div>
</div>
<% end %>

<div class="row inset">
<div class="col col-845">
<h2 class="heading--box-blue">Next steps</h2>
Expand Down

0 comments on commit 9e33acd

Please sign in to comment.