Skip to content

Commit

Permalink
Use correct url for editing
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Dec 25, 2024
1 parent 6de967a commit b0da8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wger/manager/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
name='add',
),
path(
'edit',
'<int:pk>/edit',
ReactView.as_view(login_required=True),
name='edit',
),
Expand Down

0 comments on commit b0da8f6

Please sign in to comment.