I don't like the "complete" banner
This commit is contained in:
parent
3b8b02a856
commit
b3df1a306b
|
@ -315,11 +315,6 @@ func ProjectHomepage(c *RequestContext) ResponseData {
|
|||
"lts-reqd",
|
||||
"NOTICE: This project is awaiting approval for maintenance-mode status.",
|
||||
)
|
||||
case models.ProjectLifecycleLTS:
|
||||
templateData.BaseData.AddImmediateNotice(
|
||||
"lts",
|
||||
"NOTICE: This project has reached a state of completion.",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue