summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/keywords/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/keywords/edit.html.tmpl')
-rw-r--r--template/en/default/admin/keywords/edit.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl
index 1c3d1c3c5..23158d36f 100644
--- a/template/en/default/admin/keywords/edit.html.tmpl
+++ b/template/en/default/admin/keywords/edit.html.tmpl
@@ -20,7 +20,7 @@
<tr>
<th>Name:</th>
<td><input size="64" maxlength="64" name="name"
- value="[% keyword.name FILTER html %]"></td>
+ value="[% keyword.name FILTER html %]" required></td>
</tr>
<tr>
<th>Description:</th>
@@ -31,6 +31,7 @@
cols = 64
wrap = 'virtual'
defaultcontent = keyword.description
+ mandatory = 1
%]
</td>
</tr>