Skip to content

Commit

Permalink
feat(enrollment-success): don't forget cta log out sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 6, 2024
1 parent 91a6f18 commit a727c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benefits/enrollment/templates/enrollment/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 class="pb-lg-4 mb-lg-3 pb-4">
{% endblock headline %}

{% block inner-content %}
<div class="col-12 col-sm-12 col-lg-9">
<div class="col-12 col-lg-9">
<div class="row flex-column-reverse flex-lg-row">
<div class="col-12 col-lg-7 pe-1">
{# djlint:off #}
Expand Down Expand Up @@ -58,7 +58,7 @@ <h2 class="h3 mt-lg-3 mb-1">{% translate "Your benefit will expire on" %} {{ enr
{% block call-to-action %}
{% if authentication and authentication.logged_in and authentication.sign_out_button_template %}
<div class="row d-flex justify-content-start justify-content-lg-center">
<div class="col-12 col-lg-8 pt-lg-5 mt-lg-0 pt-4 mt-2">
<div class="col-12 col-lg-9 pt-lg-5 mt-lg-0 pt-4 mt-2">
<p>
{% translate "If you are on a public or shared computer, don’t forget to sign out of " %}
{% include authentication.sign_out_button_template %}
Expand Down

0 comments on commit a727c4f

Please sign in to comment.