We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d75f46 commit b175fc0Copy full SHA for b175fc0
DigitalLearningSolutions.Web/Views/TrackingSystem/Delegates/ViewDelegate/Index.cshtml
@@ -130,7 +130,7 @@
130
}
131
if (Model.DelegateInfo.RegistrationConfirmationHash != null)
132
{
133
- <form asp-action="DeleteAccount" asp-route-delegateuserId="@Model.DelegateInfo.Id">
+ <form asp-action="DeleteAccount" asp-route-delegateId="@Model.DelegateInfo.Id">
134
<button class="nhsuk-button delete-button view-delegate-button"
135
type="submit">
136
Delete account
0 commit comments