I don't like the "complete" banner

This commit is contained in:
Ben Visness 2021-12-13 02:09:03 -06:00
parent 3b8b02a856
commit b3df1a306b
1 changed files with 0 additions and 5 deletions

View File

@ -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.",
)
}
}