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.