summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/admin/groups/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/_form.html.haml b/app/views/admin/groups/_form.html.haml
index 46c5956394f..e85cce66ba1 100644
--- a/app/views/admin/groups/_form.html.haml
+++ b/app/views/admin/groups/_form.html.haml
@@ -12,7 +12,7 @@
URL
.input
.input-prepend
- %span.add-on= web_app_url
+ %span.add-on= web_app_url + 'groups/'
= f.text_field :code, placeholder: "example"
.form-actions