mirror of
https://gitee.com/gitea/gitea
synced 2025-11-14 21:40:26 +08:00
Finish new UI for release page
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
type MarkdownForm struct {
|
||||
Text string `form:"text" binding:"Required"`
|
||||
Text string `form:"text"`
|
||||
Mode string `form:"mode"`
|
||||
Context string `form:"context"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user