diff options
Diffstat (limited to 'Project-Unite/Controllers/ContestsController.cs')
| -rw-r--r-- | Project-Unite/Controllers/ContestsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Controllers/ContestsController.cs b/Project-Unite/Controllers/ContestsController.cs index a99b342..e878bf7 100644 --- a/Project-Unite/Controllers/ContestsController.cs +++ b/Project-Unite/Controllers/ContestsController.cs @@ -151,7 +151,7 @@ namespace Project_Unite.Controllers NotificationDaemon.NotifyUser(User.Identity.GetUserId(), e.AuthorId, "Submission disqualified.", $@"We have disqualified your contest submission ""{e.Name}"". -<strong>Reason:</strong> {e.DisqualifiedReason}"); +<strong>Reason:</strong> {e.DisqualifiedReason}", Url.Action("ViewSubmission", new { id = model.Entry })); return RedirectToAction("ViewSubmission", new { id = model.Entry }); } |
