Improving reCaptcha integration in comments

--HG--
branch : 1.x
extra : rebase_source : 2eeed5864e36f28f721817565816e25589453d07
This commit is contained in:
Sebastien Ros
2012-11-02 12:51:47 -07:00
parent 3217151eb3
commit 1e09bee429
7 changed files with 25 additions and 4 deletions

View File

@@ -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)

View File

@@ -22,5 +22,7 @@ else {
else {
@Display(Model.EditorShape)
}
<button class="primaryAction" type="submit">@T("Submit Comment")</button>
}
}