summaryrefslogtreecommitdiffstats
path: root/templates/org
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-07-23 17:57:22 +0800
committerUnknwon <u@gogs.io>2016-07-23 17:57:22 +0800
commit4f78abe7dc85754bd913f05ed927d27a59c4a22c (patch)
treed565ae7041e6ea24699f45bd4eda27b958704027 /templates/org
parente63b2881b1dba21cf39a1959be4b637f4498f727 (diff)
downloadgitea-4f78abe7dc85754bd913f05ed927d27a59c4a22c.tar.gz
gitea-4f78abe7dc85754bd913f05ed927d27a59c4a22c.zip
#3066 fix create organization ignores full name property
Diffstat (limited to 'templates/org')
-rw-r--r--templates/org/home.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl
index 40b5fb2b63..474c8795ab 100644
--- a/templates/org/home.tmpl
+++ b/templates/org/home.tmpl
@@ -6,7 +6,7 @@
<img class="ui left" id="org-avatar" src="{{.Org.AvatarLink}}?s=140"/>
<div id="org-info">
<div class="ui header">
- {{.Org.FullName}}
+ {{.Org.DisplayName}}
{{if .IsOrganizationOwner}}<a class="text grey" href="{{.OrgLink}}/settings"><span class="octicon octicon-gear"></span></a>{{end}}
</div>
{{if .Org.Description}}<p class="desc">{{.Org.Description}}</p>{{end}}