mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
allow admin to migrate for any user/org
This commit is contained in:
@@ -1 +1 @@
|
||||
0.7.22.1124 Beta
|
||||
0.7.22.1125 Beta
|
@@ -53,6 +53,9 @@
|
||||
<div class="ui attached segment">
|
||||
<form class="ui form" action="{{.Link}}" method="post">
|
||||
{{.CsrfTokenHtml}}
|
||||
<div class="field">
|
||||
{{.i18n.Tr "repo.settings.deploy_key_desc"}}
|
||||
</div>
|
||||
<div class="field {{if .Err_Title}}error{{end}}">
|
||||
<label for="title">{{.i18n.Tr "repo.settings.title"}}</label>
|
||||
<input id="title" name="title" value="{{.title}}" autofocus required>
|
||||
|
Reference in New Issue
Block a user