mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +00:00
Rename boardtype -> templatetype on template and form
This commit is contained in:
@ -154,7 +154,7 @@ func NewProjectPost(ctx *context.Context) {
|
||||
Title: form.Title,
|
||||
Description: form.Content,
|
||||
CreatorID: ctx.Doer.ID,
|
||||
TemplateType: form.BoardType,
|
||||
TemplateType: form.TemplateType,
|
||||
CardType: form.CardType,
|
||||
Type: project_model.TypeRepository,
|
||||
}); err != nil {
|
||||
|
Reference in New Issue
Block a user