1
0
Fork 0
forked from forgejo/forgejo

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>