diff --git a/benefits/core/templates/core/logged-out.html b/benefits/core/templates/core/logged-out.html index 2c3f1f1f6..2e53ae63d 100644 --- a/benefits/core/templates/core/logged-out.html +++ b/benefits/core/templates/core/logged-out.html @@ -7,12 +7,10 @@ {% block main-content %}
-
+
-

- {% include "core/includes/icon.html" with name="happybus" %} - {% translate "You have successfully logged out. Thank you for using Cal-ITP Benefits!" %} -

+
{% include "core/includes/icon.html" with name="happybus" %}
+

{% translate "You have successfully logged out. Thank you for using Cal-ITP Benefits!" %}

diff --git a/benefits/enrollment/templates/enrollment/success.html b/benefits/enrollment/templates/enrollment/success.html index 8c87ce028..8f9440801 100644 --- a/benefits/enrollment/templates/enrollment/success.html +++ b/benefits/enrollment/templates/enrollment/success.html @@ -12,7 +12,7 @@ {% endblock page-title %} {% block headline %} -
+

{% block headline-message %} {% blocktranslate trimmed %} @@ -24,7 +24,7 @@

{% endblock headline %} {% block inner-content %} -
+
{# djlint:off #} @@ -52,18 +52,13 @@

{% translate "Your benefit will expire on" %} {{ enr alt="" />

-
-{% endblock inner-content %} - -{% block call-to-action %} - {% if authentication and authentication.logged_in and authentication.sign_out_button_template %} -
-
-

+ {% if authentication and authentication.logged_in and authentication.sign_out_button_template %} +

+

{% translate "If you are on a public or shared computer, don’t forget to sign out of " %} {% include authentication.sign_out_button_template %}

-
- {% endif %} -{% endblock call-to-action %} + {% endif %} +
+{% endblock inner-content %}