summaryrefslogtreecommitdiff
path: root/Project-Unite/Views
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Views')
-rw-r--r--Project-Unite/Views/Admin/Index.cshtml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Project-Unite/Views/Admin/Index.cshtml b/Project-Unite/Views/Admin/Index.cshtml
index 378983e..27e10bb 100644
--- a/Project-Unite/Views/Admin/Index.cshtml
+++ b/Project-Unite/Views/Admin/Index.cshtml
@@ -4,7 +4,6 @@
@{
ViewBag.Title = "Administration Control Panel";
- var db = new ApplicationDbContext();
string homeclass = (ViewBag.Page == "home") ? "active" : "";
string siteconfigclass = (ViewBag.Page == "siteconfig") ? "active" : "";