summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/custom_fields/edit-common.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/custom_fields/edit-common.html.tmpl')
-rw-r--r--template/en/default/admin/custom_fields/edit-common.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/custom_fields/edit-common.html.tmpl b/template/en/default/admin/custom_fields/edit-common.html.tmpl
index f54073cfe..6c22bb81f 100644
--- a/template/en/default/admin/custom_fields/edit-common.html.tmpl
+++ b/template/en/default/admin/custom_fields/edit-common.html.tmpl
@@ -19,7 +19,7 @@
[% IF field %]
[% field.name FILTER html %]
[% ELSE %]
- <input type="text" id="name" name="name" value="cf_" size="40" maxlength="64">
+ <input type="text" id="name" name="name" value="cf_" size="40" maxlength="64" required>
[% END %]
</td>
@@ -37,7 +37,7 @@
<th><label for="desc">Description:</label></th>
<td>
<input type="text" id="desc" name="desc" size="40"
- value="[% field.description FILTER html %]">
+ value="[% field.description FILTER html %]" required>
</td>
<th>