diff options
Diffstat (limited to '')
-rw-r--r-- | http_handle_group_index.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_handle_group_index.go b/http_handle_group_index.go index edb1368..911363b 100644 --- a/http_handle_group_index.go +++ b/http_handle_group_index.go @@ -83,7 +83,7 @@ func handle_group_index(w http.ResponseWriter, r *http.Request, params map[strin } repo_name := r.FormValue("repo_name") - repo_description := r.FormValue("repo_description") + repo_description := r.FormValue("repo_desc") contrib_requirements := r.FormValue("repo_contrib") if repo_name == "" { http.Error(w, "Repo name is required", http.StatusBadRequest) |