-
-
-@await Html.PartialAsync("_FooterMenu")
\ No newline at end of file
diff --git a/CodeLiturgy.Views/Views/Account/Curriculums/Index.cshtml b/CodeLiturgy.Views/Views/Account/Curriculums/Index.cshtml
deleted file mode 100644
index ab78453..0000000
--- a/CodeLiturgy.Views/Views/Account/Curriculums/Index.cshtml
+++ /dev/null
@@ -1,10 +0,0 @@
-@{
- ViewData["Title"] = "Home Page";
-}
-
-
-
Curriculums Module
-
-
-
-@Html.Partial("_FooterMenu");
\ No newline at end of file
diff --git a/CodeLiturgy.Views/Views/Account/Curriculums/Upload.cshtml b/CodeLiturgy.Views/Views/Account/Curriculums/Upload.cshtml
deleted file mode 100644
index e69de29..0000000
diff --git a/CodeLiturgy.Views/Views/Account/Index.cshtml b/CodeLiturgy.Views/Views/Account/Index.cshtml
deleted file mode 100644
index caedb60..0000000
--- a/CodeLiturgy.Views/Views/Account/Index.cshtml
+++ /dev/null
@@ -1,111 +0,0 @@
-@using CodeLiturgy.Views.Utils
-@model BlueWest.Data.Application.Users.ApplicationUserUnique
-@{
- var user = @Model;
-}
-
-
-
-
-
-
-@await Html.PartialAsync("_FooterMenu")
\ No newline at end of file
diff --git a/CodeLiturgy.Views/Views/Auth/Account.cshtml b/CodeLiturgy.Views/Views/Auth/Account.cshtml
new file mode 100644
index 0000000..e0b1a46
--- /dev/null
+++ b/CodeLiturgy.Views/Views/Auth/Account.cshtml
@@ -0,0 +1 @@
+
Account
\ No newline at end of file
diff --git a/CodeLiturgy.Views/Views/Auth/Index.cshtml b/CodeLiturgy.Views/Views/Auth/Index.cshtml
deleted file mode 100644
index 7bdba35..0000000
--- a/CodeLiturgy.Views/Views/Auth/Index.cshtml
+++ /dev/null
@@ -1,5 +0,0 @@
-@model BlueWest.Data.Auth.Context.Users.LoginRequest
-@using (Html.BeginForm()){
- @Html.LabelFor(x => x.Password, "Password")
- @Html.PasswordFor(x => x.Password);
-}
\ No newline at end of file
diff --git a/CodeLiturgy.Views/Views/Auth/Signup.cshtml b/CodeLiturgy.Views/Views/Auth/Signup.cshtml
index 88ad010..7bebed3 100644
--- a/CodeLiturgy.Views/Views/Auth/Signup.cshtml
+++ b/CodeLiturgy.Views/Views/Auth/Signup.cshtml
@@ -101,7 +101,7 @@