forked from forgejo/forgejo
fix #1981
This commit is contained in:
parent
9a0902523b
commit
81d7359fdd
4 changed files with 3 additions and 52 deletions
|
@ -52,8 +52,8 @@
|
|||
<span class="help">{{.i18n.Tr "repo.fork_visiblity_helper"}}</span>
|
||||
</div>
|
||||
<div class="inline field {{if .Err_Description}}error{{end}}">
|
||||
<label for="desc">{{.i18n.Tr "repo.repo_desc"}}</label>
|
||||
<textarea id="desc" name="desc">{{.desc}}</textarea>
|
||||
<label for="description">{{.i18n.Tr "repo.repo_desc"}}</label>
|
||||
<textarea id="description" name="description">{{.description}}</textarea>
|
||||
</div>
|
||||
|
||||
<div class="inline field">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue