Skip to content

Commit

Permalink
fix(enrollment): fix changing languages on enrollment success
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Jun 20, 2024
1 parent bcb9b1e commit 00180de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/enrollment/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class CardTokenizeSuccessForm(forms.Form):
"""Form to bring client card token back to server."""

action_url = "enrollment:index"
action_url = "enrollment:success"
id = "form-card-tokenize-success"
method = "POST"

Expand Down

0 comments on commit 00180de

Please sign in to comment.