From 4f78abe7dc85754bd913f05ed927d27a59c4a22c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 23 Jul 2016 17:57:22 +0800 Subject: #3066 fix create organization ignores full name property --- templates/org/home.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index 40b5fb2b..474c8795 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -6,7 +6,7 @@
- {{.Org.FullName}} + {{.Org.DisplayName}} {{if .IsOrganizationOwner}}{{end}}
{{if .Org.Description}}

{{.Org.Description}}

{{end}} -- cgit v1.2.3