Skip to content

Commit

Permalink
Fix incorrect form POST route
Browse files Browse the repository at this point in the history
  • Loading branch information
sudokoko committed Oct 27, 2023
1 parent 3c33714 commit 267bc58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@model LBPUnion.ProjectLighthouse.Types.Entities.Profile.UserEntity

<form method="post" action="/admin/user/@Model.UserId/setGrantedSlots">
<form method="post" action="/admin/user/@Model.UserId/sendNotification">
@Html.AntiForgeryToken()
<span class="ui left action input">
<button type="submit" class="ui blue button">
Expand Down

0 comments on commit 267bc58

Please sign in to comment.