From 59638e37291a6e138e2a04e90af07972a5ec540a Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Wed, 11 Dec 2024 07:48:46 +0000 Subject: [PATCH] feat(elig-unverified): realign eligibility unverified error page --- .../templates/eligibility/unverified.html | 47 +++++++------------ 1 file changed, 16 insertions(+), 31 deletions(-) diff --git a/benefits/eligibility/templates/eligibility/unverified.html b/benefits/eligibility/templates/eligibility/unverified.html index 1fe235f7c5..08f0ec9112 100644 --- a/benefits/eligibility/templates/eligibility/unverified.html +++ b/benefits/eligibility/templates/eligibility/unverified.html @@ -5,39 +5,24 @@ {% translate "Unable to confirm eligibility" %} {% endblock page-title %} -{% block main-content %} +{% block inner-content %} {% if authentication and authentication.sign_out_link_template %} {% include authentication.sign_out_link_template %} {% endif %} -
-

- {% include "core/includes/icon.html" with name="idcardquestion" %} - {% block unverified-headline %} - {% translate "Your eligibility could not be verified." %} - {% endblock unverified-headline %} -

- -
-
-

- {% block unverified-body %} - {% translate "That’s okay! You may still be eligible for our program." %} - {% blocktranslate with short_name=agency.short_name %}Please reach out to {{ short_name }} for assistance.{% endblocktranslate %} - {% endblock unverified-body %} -

-
-
- -
-
{% include "core/includes/agency-links.html" %}
-
- -
- {% block unverified-call-to-action %} -
{% include "core/includes/button--index.html" %}
- {% endblock unverified-call-to-action %} -
- +
+
{% include "core/includes/icon.html" with name="idcardquestion" %}
+

{% translate "Your eligibility could not be verified." %}

+

+ {% block unverified-body %} + {% translate "That’s okay! You may still be eligible for our program." %} + {% blocktranslate with short_name=agency.short_name %}Please reach out to {{ short_name }} for assistance.{% endblocktranslate %} + {% endblock unverified-body %} +

+ {% include "core/includes/agency-links.html" %}
-{% endblock main-content %} +{% endblock inner-content %} + +{% block call-to-action-button %} + {% include "core/includes/button--index.html" %} +{% endblock call-to-action-button %}