diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-25 05:14:36 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-25 05:14:36 -0400 |
commit | 43b33440b53c79a22de08880851b5b55e9b6a4b3 (patch) | |
tree | 4ae44f5d94aa99149035c04e518a91090fe4932a /templates/repo/create.tmpl | |
parent | 72ba273cc99589d7a0ca0a7986939e86f6599bf8 (diff) | |
download | gitea-43b33440b53c79a22de08880851b5b55e9b6a4b3.tar.gz gitea-43b33440b53c79a22de08880851b5b55e9b6a4b3.zip |
Work on create organization repo and #257
Diffstat (limited to 'templates/repo/create.tmpl')
-rw-r--r-- | templates/repo/create.tmpl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index 0eee1e572a..38b32a3bfc 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -38,12 +38,7 @@ </div> </div> </div> - <input type="hidden" value="{{.SignedUserId}}" name="userId" id="repo-owner-id"/> - - <!--<div class="col-md-8"> - <p class="form-control-static">{{.SignedUserName}}</p> - <input type="hidden" value="{{.SignedUserId}}" name="userId"/> - </div>--> + <input type="hidden" value="{{.SignedUserId}}" name="uid" id="repo-owner-id"/> </div> <div class="form-group {{if .Err_RepoName}}has-error has-feedback{{end}}"> |