diff --git a/Project-Unite/Views/Contests/Index.cshtml b/Project-Unite/Views/Contests/Index.cshtml index b83db41..a752cbd 100644 --- a/Project-Unite/Views/Contests/Index.cshtml +++ b/Project-Unite/Views/Contests/Index.cshtml @@ -26,7 +26,7 @@ @if (Request.IsAuthenticated) { - if (User.Identity.IsDeveloper()) + if (User.Identity.IsAdmin()) {