summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/groups/create.html.tmpl')
-rw-r--r--template/en/default/admin/groups/create.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl
index 06396926c..8f9be1c7a 100644
--- a/template/en/default/admin/groups/create.html.tmpl
+++ b/template/en/default/admin/groups/create.html.tmpl
@@ -21,11 +21,11 @@
<table id="admin_table_edit">
<tr>
<th>Group Name:</th>
- <td><input size="60" maxlength="255" name="name"></td>
+ <td><input size="60" maxlength="255" name="name" required></td>
</tr>
<tr>
<th>Description:</th>
- <td><input size="60" name="desc"></td>
+ <td><input size="60" name="desc" required></td>
</tr>
<tr>
<th>User Regexp:</th>