From 2eb4fafc2794aa3806881de428c816125df4e3b6 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 22 May 2017 11:48:49 -0400 Subject: [PATCH] more fixes --- Project-Unite/Controllers/ContestsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ public ActionResult Disqualify(DisqualifySubmissionViewModel model) NotificationDaemon.NotifyUser(User.Identity.GetUserId(), e.AuthorId, "Submission disqualified.", $@"We have disqualified your contest submission ""{e.Name}"". -Reason: {e.DisqualifiedReason}"); +Reason: {e.DisqualifiedReason}", Url.Action("ViewSubmission", new { id = model.Entry })); return RedirectToAction("ViewSubmission", new { id = model.Entry }); }