1
1
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:
Lunny Xiao
2024-03-31 21:58:38 +08:00
parent 311a82ff72
commit f3554db10a
4 changed files with 8 additions and 18 deletions

View File

@ -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 {