1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

select owner when creating repository

This commit is contained in:
fuxiaohei
2014-06-25 13:08:28 +08:00
parent 8e6c254c03
commit 80be060735
2 changed files with 22 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
</div>
</div>
</div>
<input type="hidden" value="{{.SignedUserId}}" name="userId"/>
<input type="hidden" value="{{.SignedUserId}}" name="userId" id="repo-owner-id"/>
<!--<div class="col-md-8">
<p class="form-control-static">{{.SignedUserName}}</p>