diff options
author | Andrew Bezold <andrew.bezold@gmail.com> | 2020-04-30 11:11:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 16:11:56 +0100 |
commit | 3dc6af3d70285b72feb52a41b6ec0bcb9e62aa8b (patch) | |
tree | 81d953d12c90da5656a253a4c5fbde192acb1fa7 /templates | |
parent | 28e5e7fcbca9cd2030c156ec45f6f3cf67b3682e (diff) | |
download | gitea-3dc6af3d70285b72feb52a41b6ec0bcb9e62aa8b.tar.gz gitea-3dc6af3d70285b72feb52a41b6ec0bcb9e62aa8b.zip |
Fix creation of Organization repos by Users with max created personal repos (#11183)
* Fix creation of Org repos
Fix go-gitea#9269
* Change variable name to appease linter
* Update PR with suggestions
Add a note for user.CanCreateRepo() about failure assumptions
Change repo.create help message
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/create.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index bd97f9de1e..cad60126ef 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -31,6 +31,7 @@ {{end}} </div> </div> + <span class="help">Some organizations may not show up in the dropdown due to a maximum repository count limit</span> </div> <div class="inline required field {{if .Err_RepoName}}error{{end}}"> |