Skip to content

Commit

Permalink
add trailing slash to invite link
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz committed Oct 30, 2023
1 parent 3fdf7ee commit 58393e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commcare_connect/users/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
path("<int:pk>/", view=user_detail_view, name="detail"),
path("create_user_link/", view=create_user_link_view, name="create_user_link"),
path("start_learn_app/", view=start_learn_app, name="start_learn_app"),
path("accept_invite/<slug:invite_id>", view=accept_invite, name="accept_invite"),
path("accept_invite/<slug:invite_id>/", view=accept_invite, name="accept_invite"),
]

0 comments on commit 58393e4

Please sign in to comment.