Skip to content

Commit

Permalink
refactor: remove "Go back" button from in-person enrollment
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Sep 25, 2024
1 parent bfe0d38 commit a7e4a62
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions benefits/in_person/templates/in_person/enrollment.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ <h2 class="p-0 m-0 text-left">In-person enrollment</h2>
<iframe class="card-collection" name="card-collection-iframe"></iframe>
</div>
<div class="row d-flex justify-content-start p-3 pt-8">
<div class="col-6">
<div class="col-12">
{% url routes.ADMIN_INDEX as url_cancel %}
<a href="{{ url_cancel }}" class="btn btn-lg btn-outline-primary d-block">Cancel</a>
</div>
<div class="col-6">
{% url routes.IN_PERSON_ELIGIBILITY as url_go_back %}
<a href="{{ url_go_back }}" class="btn btn-lg btn-primary d-block">Go back</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit a7e4a62

Please sign in to comment.