diff --git a/app/templates/views/about/why-text-messaging.html b/app/templates/views/about/why-text-messaging.html index 4c9ae2a62..68548bce2 100644 --- a/app/templates/views/about/why-text-messaging.html +++ b/app/templates/views/about/why-text-messaging.html @@ -10,70 +10,6 @@

{{page_title}}

-

Reach people using a common method

Confusing or

What texting is best for

- Agencies, like you, are already using Notify.gov to text about the following programs. +

+ Agencies, like you, are already using Notify.gov to text about the following programs. +

{% set card_contents = [ { "svg_src": "calendar", @@ -113,14 +51,12 @@ "p_text": "In a text bubble // Your Quality Control food phone interview is on ((date)) at ((time)). Failure to attend may lead to closure of your benefits. Call 1-800-222-3333 with questions.", - "link": "/best-practices/clear-goals" }, { "svg_src": "reminder", "card_heading": "Alerts to take action", "p_text": " In a text bubble // Your household's Medicaid coverage is expiring. To keep getting Medicaid, you must complete your renewal by ((date)). You can renew online at dhs.state.gov…", - "link": "/best-practices/rules-and-regulations" }, { "svg_src": "checklist", @@ -129,7 +65,6 @@ desk between 1:30pm and 2:30pm today to pick up your passport…", - "link": "/best-practices/establish-trust" }, ] %} {% for item in card_contents %} @@ -137,7 +72,7 @@

{{item.card_heading}}

{{item.p_text}}

{% endfor %}