Skip to content

Commit

Permalink
Show retry button on enrollment/retry page (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Nov 16, 2023
2 parents f1d9790 + 39753d5 commit 3446877
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions benefits/enrollment/templates/enrollment/retry.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ <h1 class="h2 text-center">
<div class="col-lg-8">{% include "core/includes/agency-links.html" %}</div>
</div>

{% if retry_button %}
<div class="row pt-8 justify-content-center">
<div class="col-lg-3 col-8">
{% translate "Try again" as button_text %}
{% include "core/includes/button--origin.html" with button_text=button_text %}
</div>
<div class="row pt-8 justify-content-center">
<div class="col-lg-3 col-8">
{% translate "Try again" as button_text %}
{% include "core/includes/button--origin.html" with button_text=button_text %}
</div>
{% endif %}
</div>

</div>
{% endblock main-content %}

0 comments on commit 3446877

Please sign in to comment.