fix: remove invalid contact refs
This commit is contained in:
parent
c3706213f7
commit
40d8052116
@ -36,7 +36,7 @@ public class ContactController : Controller
|
||||
{
|
||||
if (!Request.HasFormContentType)
|
||||
{
|
||||
return RedirectToPage("/Contact/Other");
|
||||
return RedirectToPage("/Contact/Index");
|
||||
}
|
||||
|
||||
IFormCollection form = Request.Form;
|
||||
|
@ -62,5 +62,5 @@
|
||||
<h2>Contact Me</h2>
|
||||
<p>
|
||||
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>
|
@ -66,5 +66,5 @@
|
||||
<h2>Contact Me</h2>
|
||||
<p>
|
||||
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>
|
@ -78,7 +78,7 @@
|
||||
<h2>Contact Me</h2>
|
||||
<p>
|
||||
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>
|
||||
|
||||
<hr/>
|
||||
|
Loading…
Reference in New Issue
Block a user