security: use more antiforgery tokens

This commit is contained in:
Gary Sharp
2025-07-25 12:32:44 +10:00
parent fd43d85778
commit 7deead494b
222 changed files with 12919 additions and 11728 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
ViewBag.Title = Html.ToBreadcrumb("Jobs", MVC.Job.Index(), string.Format("Job: {0}", Model.Job.Id), MVC.Job.Show(Model.Job.Id), "Lodge Repair");
}
@using (Html.BeginForm(MVC.Job.LogRepair(), FormMethod.Post))
@using (Html.BeginForm(MVC.Job.LogRepair()))
{
@Html.AntiForgeryToken()
@Html.ValidationSummary(true)