File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
DigitalLearningSolutions.Web
Controllers/TrackingSystem/Delegates
Views/TrackingSystem/Delegates/ViewDelegate Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 33namespace DigitalLearningSolutions . Web . Controllers . TrackingSystem . Delegates
44{
55 using System . Collections . Generic ;
6- using System . Globalization ;
76 using System . Linq ;
87 using DigitalLearningSolutions . Data . Enums ;
98 using DigitalLearningSolutions . Data . Models . User ;
Original file line number Diff line number Diff line change 150150 }
151151 else
152152 {
153- <form asp-action =" DeactivateDelegate" asp-route-asp-route- delegateId =" @Model.DelegateInfo.Id" >
153+ <form asp-action =" DeactivateDelegate" asp-route-delegateId =" @Model.DelegateInfo.Id" >
154154 <button class =" nhsuk-button delete-button view-delegate-button"
155155 type =" submit" >
156156 Deactivate account
You can’t perform that action at this time.
0 commit comments