fix: remove invalid contact refs

This commit is contained in:
Oliver Booth 2023-09-25 20:08:05 +01:00
parent c3706213f7
commit 40d8052116
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
4 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ public class ContactController : Controller
{ {
if (!Request.HasFormContentType) if (!Request.HasFormContentType)
{ {
return RedirectToPage("/Contact/Other"); return RedirectToPage("/Contact/Index");
} }
IFormCollection form = Request.Form; IFormCollection form = Request.Form;

View File

@ -62,5 +62,5 @@
<h2>Contact Me</h2> <h2>Contact Me</h2>
<p> <p>
If you have any questions or concerns about this Privacy Policy or my privacy practices, please If you have any questions or concerns about this Privacy Policy or my privacy practices, please
<a asp-page="/Contact/Privacy" asp-route-which="five-oclock-somewhere">get in touch</a>. <a asp-page="/Contact/Index">get in touch</a>.
</p> </p>

View File

@ -66,5 +66,5 @@
<h2>Contact Me</h2> <h2>Contact Me</h2>
<p> <p>
If you have any questions or concerns about this Privacy Policy or my privacy practices, please If you have any questions or concerns about this Privacy Policy or my privacy practices, please
<a asp-page="/Contact/Privacy" asp-route-which="google-play">get in touch</a>. <a asp-page="/Contact/Index">get in touch</a>.
</p> </p>

View File

@ -78,7 +78,7 @@
<h2>Contact Me</h2> <h2>Contact Me</h2>
<p> <p>
If you have any questions or concerns about this Privacy Policy or my privacy practices, please If you have any questions or concerns about this Privacy Policy or my privacy practices, please
<a asp-page="/Contact/Privacy" asp-route-which="website">get in touch</a>. <a asp-page="/Contact/Index">get in touch</a>.
</p> </p>
<hr/> <hr/>