mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
create tag - tag name is a required
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
@using (Html.BeginFormAntiForgeryPost()) {
|
||||
<fieldset>
|
||||
@Html.LabelFor(m => m.TagName, T("New Tag Name"))
|
||||
@Html.TextBoxFor(m => m.TagName, new { @class = "text", placeholder = T("New Tag Name") })
|
||||
@Html.TextBoxFor(m => m.TagName, new { @class = "text", placeholder = T("New Tag Name"), @required = "required" })
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<button class="primaryAction" type="submit" name="submit.Create" value="yes">@T("Add Tag")</button>
|
||||
|
||||
Reference in New Issue
Block a user