aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/migrate/onedev.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/migrate/onedev.tmpl')
-rw-r--r--templates/repo/migrate/onedev.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/migrate/onedev.tmpl b/templates/repo/migrate/onedev.tmpl
index 8463782ae7..50858edd60 100644
--- a/templates/repo/migrate/onedev.tmpl
+++ b/templates/repo/migrate/onedev.tmpl
@@ -83,7 +83,7 @@
<div class="inline required field {{if .Err_RepoName}}error{{end}}">
<label for="repo_name">{{.locale.Tr "repo.repo_name"}}</label>
- <input id="repo_name" name="repo_name" value="{{.repo_name}}" required>
+ <input id="repo_name" name="repo_name" value="{{.repo_name}}" required maxlength="100">
</div>
<div class="inline field">
<label>{{.locale.Tr "repo.visibility"}}</label>
@@ -99,7 +99,7 @@
</div>
<div class="inline field {{if .Err_Description}}error{{end}}">
<label for="description">{{.locale.Tr "repo.repo_desc"}}</label>
- <textarea id="description" name="description">{{.description}}</textarea>
+ <textarea id="description" name="description" maxlength="2048">{{.description}}</textarea>
</div>
<div class="inline field">