Fix missing template for follow button in organization (#29215)
Leftover from https://github.com/go-gitea/gitea/pull/29005 # Before  # After  --------- Signed-off-by: Yarden Shoham <git@yardenshoham.com> (cherry picked from commit aa6f88638fb827d5c5ed7506e5fc06dad92beea7)
This commit is contained in:
parent
ca852519b5
commit
a46fa02d5b
3 changed files with 9 additions and 8 deletions
|
@ -31,7 +31,7 @@ import (
|
|||
|
||||
const (
|
||||
tplProfileBigAvatar base.TplName = "shared/user/profile_big_avatar"
|
||||
tplFollowUnfollow base.TplName = "shared/user/follow_unfollow"
|
||||
tplFollowUnfollow base.TplName = "org/follow_unfollow"
|
||||
)
|
||||
|
||||
// OwnerProfile render profile page for a user or a organization (aka, repo owner)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue