Added ability to create projects
This commit is contained in:
6
web/forms/project.go
Normal file
6
web/forms/project.go
Normal file
@ -0,0 +1,6 @@
|
||||
package forms
|
||||
|
||||
type ProjectForm struct {
|
||||
Name string `form:"project_name" validate:"required"`
|
||||
Description string `form:"project_description"`
|
||||
}
|
Reference in New Issue
Block a user