Skip to content

Commit

Permalink
Update form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlzhou committed Aug 23, 2023
1 parent 1e73c9e commit eeafd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eAbsentee/form/templates/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h3 class="text-capitalize">{{ gettext("Where are you registered to vote?") }}</
</div>
<div class="col-4">
<fieldset class="form-floating">
<select class="form-control" id="registered_county" name="registered_county" required>
<select class="form-control" id="registered_county" name="registered_county" required autocomplete = "off">
<option value="">Choose county...</option>
<option value="Accomack County">Accomack County</option>
<option value="Albemarle County">Albemarle County</option>
Expand Down

0 comments on commit eeafd1d

Please sign in to comment.