Skip to content

Commit

Permalink
Fix advance filters radios
Browse files Browse the repository at this point in the history
  • Loading branch information
kelliedesigner committed Nov 5, 2024
1 parent 2c3d8df commit 6481e1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/find/search/pre_filters/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@
</legend>
<div class="govuk-radios--small" data-module="govuk-radios">
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="whereDoYouLive" name="whereDoYouLive" type="radio" value="england">
<label class="govuk-label govuk-radios__label govuk-!-font-size-16" for="whereDoYouLive">
<input class="govuk-radios__input" id="whereDoYouStudy" name="whereDoYouStudy" type="radio" value="england">
<label class="govuk-label govuk-radios__label govuk-!-font-size-16" for="whereDoYouStudy">
Yes, I have a degree or I am studying for one
</label>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="whereDoYouLive-2" name="whereDoYouLive" type="radio" value="scotland">
<label class="govuk-label govuk-radios__label govuk-!-font-size-16" for="whereDoYouLive-2">
<input class="govuk-radios__input" id="whereDoYouStudy-2" name="whereDoYouStudy" type="radio" value="scotland">
<label class="govuk-label govuk-radios__label govuk-!-font-size-16" for="whereDoYouStudy-2">
No, I do not have a degree
</label>
</div>
Expand Down

0 comments on commit 6481e1d

Please sign in to comment.