summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/groups/edit.html.tmpl')
-rw-r--r--template/en/default/admin/groups/edit.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl
index c9883ce42..1cc948ea2 100644
--- a/template/en/default/admin/groups/edit.html.tmpl
+++ b/template/en/default/admin/groups/edit.html.tmpl
@@ -32,7 +32,7 @@
<td>
[% IF group.is_bug_group %]
<input type="text" name="name" size="60" maxlength="255"
- value="[% group.name FILTER html %]">
+ value="[% group.name FILTER html %]" required>
[% ELSE %]
[% group.name FILTER html %]
[% END %]
@@ -44,7 +44,7 @@
<td>
[% IF group.is_bug_group %]
<input type="text" name="desc" size="60"
- value="[% group.description FILTER html %]">
+ value="[% group.description FILTER html %]" required>
[% ELSE %]
[% group.description FILTER html %]
[% END %]