diff --git a/templates/org/home_courses.tmpl b/templates/org/home_courses.tmpl index 70ea9b421..e5ab51aa7 100644 --- a/templates/org/home_courses.tmpl +++ b/templates/org/home_courses.tmpl @@ -84,22 +84,6 @@
{{/* overflow: auto is the clearfix - this avoids the image going beyond the container where it is supposed to stay inside. */}} -
@@ -107,7 +91,6 @@
{{.Org.DisplayName}} -
{{if .Org.Description}}

{{.Org.Description}}

{{end}} @@ -120,23 +103,7 @@
- {{template "org/navber_course" .}} - - - + {{template "org/navber_course" .}}
@@ -148,11 +115,13 @@
全部关键字 + {{range .CoursesKeywords}} - - - {{.}} - + {{if ne . ""}} + + {{.}} + + {{end}} {{end}}
@@ -174,11 +143,6 @@
- {{template "org/course_list" .}} {{template "base/paginate" .}}
@@ -190,9 +154,6 @@ - - -
@@ -209,9 +170,9 @@ {{.Alias}}

{{if ne .CreatorID 0}} - 贡献者:{{.Creator.Name}} + 贡献者:{{.Creator.Name}} {{else}} - 贡献者:{{.Owner.Name}} + 贡献者:{{.Owner.Name}} {{end}}

@@ -229,9 +190,6 @@ - - -
{{$isMember := .IsOrganizationMember}} @@ -311,30 +269,6 @@ {{template "base/footer" .}}