Skip to content

Commit

Permalink
chore(will revert): set flow to be used by enrollment view
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Sep 4, 2024
1 parent 0b0effc commit 1453b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benefits/in_person/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

def eligibility(request):
# temporary change for testing only
session.update(request, eligible=True)
flow = session.agency(request).enrollment_flows.first()
session.update(request, eligible=True, flow=flow)

return TemplateResponse(request, "in_person/eligibility.html")

Expand Down

0 comments on commit 1453b7e

Please sign in to comment.