summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xeditgroups.cgi2
-rw-r--r--[-rwxr-xr-x]template/en/default/admin/groups/create.html.tmpl (renamed from template/en/default/admin/add-group.html.tmpl)0
2 files changed, 1 insertions, 1 deletions
diff --git a/editgroups.cgi b/editgroups.cgi
index 6bf618427..db35a5aa8 100755
--- a/editgroups.cgi
+++ b/editgroups.cgi
@@ -287,7 +287,7 @@ if ($action eq 'changeform') {
if ($action eq 'add') {
print Bugzilla->cgi->header();
- $template->process("admin/add-group.html.tmpl", $vars)
+ $template->process("admin/groups/create.html.tmpl", $vars)
|| ThrowTemplateError($template->error());
exit;
diff --git a/template/en/default/admin/add-group.html.tmpl b/template/en/default/admin/groups/create.html.tmpl
index 5adb53599..5adb53599 100755..100644
--- a/template/en/default/admin/add-group.html.tmpl
+++ b/template/en/default/admin/groups/create.html.tmpl