summaryrefslogtreecommitdiffstats
path: root/templates/repo/pulls/fork.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-18 15:11:37 -0500
committerUnknwon <u@gogs.io>2015-11-18 15:11:37 -0500
commit81d7359fdd3042aed0bcb4a8e5dee24208d34e58 (patch)
tree06ddf73fb2ee69c21f1d73c8b030d72ba92f2e83 /templates/repo/pulls/fork.tmpl
parent9a0902523b36dcf086aa0eafcfb9e93131bc027c (diff)
downloadgitea-81d7359fdd3042aed0bcb4a8e5dee24208d34e58.tar.gz
gitea-81d7359fdd3042aed0bcb4a8e5dee24208d34e58.zip
fix #1981
Diffstat (limited to 'templates/repo/pulls/fork.tmpl')
-rw-r--r--templates/repo/pulls/fork.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/pulls/fork.tmpl b/templates/repo/pulls/fork.tmpl
index cc2005c226..c3e8e1e52c 100644
--- a/templates/repo/pulls/fork.tmpl
+++ b/templates/repo/pulls/fork.tmpl
@@ -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">