From 0073461e9701ea9f2785d1f8fa5274f5975e77a6 Mon Sep 17 00:00:00 2001 From: jvyden Date: Fri, 19 Nov 2021 22:06:05 -0500 Subject: [PATCH] Add modified warning to page footer --- ProjectLighthouse/Pages/ExternalAuth/LandingPage.cshtml | 2 +- ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ProjectLighthouse/Pages/ExternalAuth/LandingPage.cshtml b/ProjectLighthouse/Pages/ExternalAuth/LandingPage.cshtml index 9cf7302c..72a62f47 100644 --- a/ProjectLighthouse/Pages/ExternalAuth/LandingPage.cshtml +++ b/ProjectLighthouse/Pages/ExternalAuth/LandingPage.cshtml @@ -4,4 +4,4 @@ @{ Layout = "Layouts/BaseLayout"; } -

Welcome to Project Lighthouse.

\ No newline at end of file +

Welcome to Project Lighthouse.

\ No newline at end of file diff --git a/ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml b/ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml index 13b53fff..183b3fe7 100644 --- a/ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml +++ b/ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml @@ -21,5 +21,9 @@ \ No newline at end of file