Skip to content

Commit

Permalink
refactor: reduce divitis on enrollment-success
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 6, 2024
1 parent a727c4f commit c892e58
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions benefits/enrollment/templates/enrollment/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,13 @@ <h2 class="h3 mt-lg-3 mb-1">{% translate "Your benefit will expire on" %} {{ enr
alt="" />
</div>
</div>
</div>
{% endblock inner-content %}

{% 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-9 pt-lg-5 mt-lg-0 pt-4 mt-2">
<p>
{% if authentication and authentication.logged_in and authentication.sign_out_button_template %}
<div class="row justify-content-start justify-content-lg-center">
<p class="pt-lg-5 mt-lg-0 pt-4 mt-2">
{% translate "If you are on a public or shared computer, don’t forget to sign out of " %}
{% include authentication.sign_out_button_template %}
</p>
</div>
</div>
{% endif %}
{% endblock call-to-action %}
{% endif %}
</div>
{% endblock inner-content %}

0 comments on commit c892e58

Please sign in to comment.