mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Merge pull request #5165 from Xeevis/1.9-int
#5138: Added missing validation message
This commit is contained in:
@@ -28,3 +28,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Html.Raw(tagBuilder.ToString(TagRenderMode.Normal))
|
@Html.Raw(tagBuilder.ToString(TagRenderMode.Normal))
|
||||||
|
@if (element.ValidationSettings.ShowValidationMessage == true) {
|
||||||
|
@Html.ValidationMessage(element.Name)
|
||||||
|
}
|
Reference in New Issue
Block a user