mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-22 03:37:25 +08:00
Improving reCaptcha integration in comments
--HG-- branch : 1.x extra : rebase_source : 2eeed5864e36f28f721817565816e25589453d07
This commit is contained in:
@@ -33,7 +33,6 @@ else {
|
||||
@Html.TextAreaFor(m => m.CommentText, new { rows = 10, cols = 30, @class = "comment-text" })
|
||||
</li>
|
||||
<li>
|
||||
<button class="primaryAction" type="submit">@T("Submit Comment")</button>
|
||||
@Html.HiddenFor(m => m.CommentedOn)
|
||||
@Html.HiddenFor(m => m.RepliedOn)
|
||||
|
||||
|
@@ -22,5 +22,7 @@ else {
|
||||
else {
|
||||
@Display(Model.EditorShape)
|
||||
}
|
||||
<button class="primaryAction" type="submit">@T("Submit Comment")</button>
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user