diff --git a/benefits/core/templates/core/base.html b/benefits/core/templates/core/base.html index b6283dd8f..be37c75ee 100644 --- a/benefits/core/templates/core/base.html +++ b/benefits/core/templates/core/base.html @@ -87,8 +87,8 @@ {% endblock inner-content %} {% block call-to-action %} -
-
+
+
{% block call-to-action-button %} {% endblock call-to-action-button %}
diff --git a/benefits/enrollment/templates/enrollment/includes/media-item--contactless-card--index.html b/benefits/enrollment/templates/enrollment/includes/media-item--contactless-card--index.html index 1dd3c7b5b..da17dd7a4 100644 --- a/benefits/enrollment/templates/enrollment/includes/media-item--contactless-card--index.html +++ b/benefits/enrollment/templates/enrollment/includes/media-item--contactless-card--index.html @@ -6,14 +6,12 @@ {% endblock heading %} {% block body %} -
-

- {% translate "You will be directed to our partner, " %} - Littlepay{% translate ", to enter your contactless card details." %} - {% translate "We don’t store your information, and you won’t be charged." %} -

-

{% translate "Please use a debit or credit card by Visa or Mastercard." %}

-
+

+ {% translate "You will be directed to our partner, " %} + Littlepay{% translate ", to enter your contactless card details." %} + {% translate "We don’t store your information, and you won’t be charged." %} +

+

{% translate "Please use a debit or credit card by Visa or Mastercard." %}

{% include "enrollment/includes/modal--littlepay.html" with id="modal--littlepay" size="modal-md" header="p-md-2 p-3" body="pb-md-3 mb-md-3 mx-md-3 py-0 pt-0 absolute-top" %} {% endblock body %} diff --git a/benefits/enrollment/templates/enrollment/index--agency-card.html b/benefits/enrollment/templates/enrollment/index--agency-card.html index 5c59d63ed..3e82880f2 100644 --- a/benefits/enrollment/templates/enrollment/index--agency-card.html +++ b/benefits/enrollment/templates/enrollment/index--agency-card.html @@ -2,9 +2,7 @@ {% load i18n %} {% block headline %} -
-

- {% translate "We found your record!
Now let’s enroll your contactless card." %} -

+
+

{% translate "We found your record! Now let’s enroll your contactless card." %}

{% endblock headline %} diff --git a/benefits/enrollment/templates/enrollment/index.html b/benefits/enrollment/templates/enrollment/index.html index a723eae48..7e4c4f935 100644 --- a/benefits/enrollment/templates/enrollment/index.html +++ b/benefits/enrollment/templates/enrollment/index.html @@ -12,17 +12,15 @@ {% endblock nav-buttons %} {% block headline %} -
-

- {% translate "Your eligibility is confirmed!
You’re almost there." %} -

+
+

{% translate "Your eligibility is confirmed! You’re almost there." %}

{% endblock headline %} {% block inner-content %} {% block media-items %} -
-
    +
    +
      {% include "enrollment/includes/media-item--contactless-card--index.html" %}