0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-06 20:49:12 +02:00

remove unnecessary comment

This commit is contained in:
Lunny Xiao 2024-03-31 22:00:05 +08:00
parent a0406b169f
commit 37eb84a0e0
No known key found for this signature in database
GPG key ID: C3B7C91B632F738A

View file

@ -508,7 +508,7 @@ func (i IssueLockForm) HasValidReason() bool {
type CreateProjectForm struct {
Title string `binding:"Required;MaxSize(100)"`
Content string
TemplateType project_model.TemplateType // NOTE: don't change the name except you know what you are doing
TemplateType project_model.TemplateType
CardType project_model.CardType
}