Skip to content

Commit

Permalink
[fixmystreet.com] Remove duplicate field entry.
Browse files Browse the repository at this point in the history
Fixes #4676.
  • Loading branch information
dracos committed Oct 18, 2023
1 parent 04590f0 commit 05316e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/web/fixmystreet.com/contact/who.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ <h4>[% loc('Topic:') %]</h4>
<input name="dest" id="dest_from_council" type="radio" value="from_council" class="govuk-radios__input required"[% IF dest AND dest == 'from_council' %] checked[% END %]>
<label class="govuk-label govuk-radios__label" for="dest_from_council">[% loc('I am from a council and I have a question for the FixMyStreet team') %]</label>
</div>
<div class="govuk-radios__item">
<input name="dest" id="dest_from_council" type="radio" value="from_council" class="govuk-radios__input required"[% IF dest AND dest == 'from_council' %] checked[% END %]>
<label class="govuk-label govuk-radios__label" for="dest_from_council">[% loc('I am from a council and I have a question for the FixMyStreet team') %]</label>
</div>
<div class="govuk-radios__item">
<input name="dest" id="dest_council" type="radio" value="council" class="govuk-radios__input required"[% IF dest AND dest == 'council' %] checked[% END %]>
<label class="govuk-label govuk-radios__label" for="dest_council">[% loc('I want to report a street problem') %]</label>
Expand Down

0 comments on commit 05316e1

Please sign in to comment.