From 40d8052116508ce99299947b2b0c476d4714de78 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Mon, 25 Sep 2023 20:08:05 +0100 Subject: [PATCH] fix: remove invalid contact refs --- OliverBooth/Controllers/ContactController.cs | 2 +- OliverBooth/Pages/Privacy/FiveOClockSomewhere.cshtml | 2 +- OliverBooth/Pages/Privacy/GooglePlay.cshtml | 2 +- OliverBooth/Pages/Privacy/Index.cshtml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OliverBooth/Controllers/ContactController.cs b/OliverBooth/Controllers/ContactController.cs index 418279b..2aa73d7 100644 --- a/OliverBooth/Controllers/ContactController.cs +++ b/OliverBooth/Controllers/ContactController.cs @@ -36,7 +36,7 @@ public class ContactController : Controller { if (!Request.HasFormContentType) { - return RedirectToPage("/Contact/Other"); + return RedirectToPage("/Contact/Index"); } IFormCollection form = Request.Form; diff --git a/OliverBooth/Pages/Privacy/FiveOClockSomewhere.cshtml b/OliverBooth/Pages/Privacy/FiveOClockSomewhere.cshtml index bd1b310..703b689 100644 --- a/OliverBooth/Pages/Privacy/FiveOClockSomewhere.cshtml +++ b/OliverBooth/Pages/Privacy/FiveOClockSomewhere.cshtml @@ -62,5 +62,5 @@

Contact Me

If you have any questions or concerns about this Privacy Policy or my privacy practices, please - get in touch. + get in touch.

\ No newline at end of file diff --git a/OliverBooth/Pages/Privacy/GooglePlay.cshtml b/OliverBooth/Pages/Privacy/GooglePlay.cshtml index f378b16..e765bf5 100644 --- a/OliverBooth/Pages/Privacy/GooglePlay.cshtml +++ b/OliverBooth/Pages/Privacy/GooglePlay.cshtml @@ -66,5 +66,5 @@

Contact Me

If you have any questions or concerns about this Privacy Policy or my privacy practices, please - get in touch. + get in touch.

\ No newline at end of file diff --git a/OliverBooth/Pages/Privacy/Index.cshtml b/OliverBooth/Pages/Privacy/Index.cshtml index 6a0ba33..d9cfd02 100644 --- a/OliverBooth/Pages/Privacy/Index.cshtml +++ b/OliverBooth/Pages/Privacy/Index.cshtml @@ -78,7 +78,7 @@

Contact Me

If you have any questions or concerns about this Privacy Policy or my privacy practices, please - get in touch. + get in touch.