|
|
|
@@ -444,6 +444,7 @@ func ExploreOrganizations(ctx *context.Context) { |
|
|
|
ctx.ServerError("GetRecommendOrgInfos", err) |
|
|
|
return |
|
|
|
} |
|
|
|
ctx.Data["RecommendURL"] = setting.RecommentRepoAddr |
|
|
|
ctx.Data["RecommendOrgs"] = recommendOrgs |
|
|
|
ctx.Data["StarOrgs"] = starInfo |
|
|
|
ctx.Data["MemberOrgs"] = memberInfo |
|
|
|
|