Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: remove "Go back" button from in-person enrollment #2405

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading