From b7c5ccbf8c8a22461ae5fb64445f6bf4bca49653 Mon Sep 17 00:00:00 2001 From: jvyden Date: Wed, 24 Nov 2021 19:17:50 -0500 Subject: [PATCH] Give register & login forms some color --- .../CleanupUnusedLocationsMaintenanceJob.cs | 2 +- ProjectLighthouse/Pages/LoginForm.cshtml | 14 +++++------ ProjectLighthouse/Pages/RegisterForm.cshtml | 23 +++++++++++-------- 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/ProjectLighthouse/Maintenance/MaintenanceJobs/CleanupUnusedLocationsMaintenanceJob.cs b/ProjectLighthouse/Maintenance/MaintenanceJobs/CleanupUnusedLocationsMaintenanceJob.cs index 904a01fb..5fb8f6ff 100644 --- a/ProjectLighthouse/Maintenance/MaintenanceJobs/CleanupUnusedLocationsMaintenanceJob.cs +++ b/ProjectLighthouse/Maintenance/MaintenanceJobs/CleanupUnusedLocationsMaintenanceJob.cs @@ -23,7 +23,7 @@ namespace LBPUnion.ProjectLighthouse.Maintenance.MaintenanceJobs foreach (Location location in locationsToRemove) { - Console.WriteLine("Removing location" + location.Id); + Console.WriteLine("Removing location " + location.Id); this.database.Locations.Remove(location); } diff --git a/ProjectLighthouse/Pages/LoginForm.cshtml b/ProjectLighthouse/Pages/LoginForm.cshtml index 83d3dbf0..b5b4b82d 100644 --- a/ProjectLighthouse/Pages/LoginForm.cshtml +++ b/ProjectLighthouse/Pages/LoginForm.cshtml @@ -20,14 +20,14 @@

Log in

- + -

- -
- -


-
+
+ + +



+ +
\ No newline at end of file diff --git a/ProjectLighthouse/Pages/RegisterForm.cshtml b/ProjectLighthouse/Pages/RegisterForm.cshtml index b5385f17..b021cb17 100644 --- a/ProjectLighthouse/Pages/RegisterForm.cshtml +++ b/ProjectLighthouse/Pages/RegisterForm.cshtml @@ -23,16 +23,19 @@

Register

- + -

-
- - -

-
- -


-
+ +
+ + +


+ +
+ + +



+ +
\ No newline at end of file