From 7c2e67c6604454ab03d4f760794d85036f0c098b Mon Sep 17 00:00:00 2001
From: Aaron Stone <aaron@serendipity.cx>
Date: Fri, 5 Oct 2012 23:46:15 -0700
Subject: [PATCH] Tiny fix to the add/edit groups form path field

---
 app/views/admin/groups/_form.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.30.9