Skip to content

Commit 5b0dd6f

Browse files
committed
add MI specific sub header for completing by paper
1 parent 96ea149 commit 5b0dd6f

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

app/views/step2/show.html.haml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@
2222
= form.hidden_field :locale, :value=>@registrant.locale
2323
= hidden_field_tag 'skip_advance', false
2424

25-
25+
2626
- if @registrant.skip_state_flow?
2727
%h1= t("states.custom.#{@registrant.home_state_abbrev.downcase}.by_paper_header").html_safe
28+
29+
- if @registrant.home_state_abbrev.upcase == 'MI'
30+
%br/
31+
%p= t('states.custom.mi.by_paper_disclaimer').html_safe
32+
2833
%p= I18n.t('txt.registration.instructions.overseas').html_safe
29-
3034

3135

3236

config/locales/states/en.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,11 @@ en:
16811681
mailing_address_1: Enter the number only
16821682
mailing_address_1_length: PO Box is too long (maximum is %{count} characters).
16831683
state_flow_error: ''
1684-
by_paper_header: Complete Registration By Paper
1684+
by_paper_header: Complete Preregistration or Registration By Paper
1685+
by_paper_disclaimer: |-
1686+
If you are under 17.5 years old and are pre-registering to vote, please download and submit the
1687+
<a href="https://www.michigan.gov/sos/-/media/Project/Websites/sos/Elections/Election-Forms/ED-121a-Michigan-Voter-Preregistration-Application-and-Change-of-Address-Form.pdf?rev=2a0413ce83e24577ab6bbe36f2c08df7&hash=E53D1A3FBE546E4AACEE451E4EAD332A" target="_blank">Preregistration Form</a>
1688+
to your local election official instead of continuing below.
16851689
skip_online_registration: <a href="%{url}">Click here</a> to create a paper
16861690
registration form to download, print, sign, and mail.
16871691
skip_online_registration_no_dln: If you do not have a Michigan driver's license

0 commit comments

Comments
 (0)