Remove letter bug
This commit is contained in:
parent
aa4ae61818
commit
62eba388b4
@ -9,7 +9,7 @@
|
|||||||
<h3>Error: @ViewData["mailErr"]</h3>
|
<h3>Error: @ViewData["mailErr"]</h3>
|
||||||
}
|
}
|
||||||
|
|
||||||
@using (Html.BeginForm("Send", "Home", FormMethod.FPost))
|
@using (Html.BeginForm("Send", "Home", FormMethod.Post))
|
||||||
{
|
{
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@Html.LabelFor(i => i.Subject, new { @class = "label-form" })
|
@Html.LabelFor(i => i.Subject, new { @class = "label-form" })
|
||||||
|
Loading…
Reference in New Issue
Block a user