forked from NYANDEV/forgejo
Update Website binding MaxSize to 255 (#722)
This commit is contained in:
parent
8555e888d8
commit
634ac9c5af
4 changed files with 6 additions and 6 deletions
|
@ -31,7 +31,7 @@ type UpdateOrgSettingForm struct {
|
|||
Name string `binding:"Required;AlphaDashDot;MaxSize(35)" locale:"org.org_name_holder"`
|
||||
FullName string `binding:"MaxSize(100)"`
|
||||
Description string `binding:"MaxSize(255)"`
|
||||
Website string `binding:"Url;MaxSize(100)"`
|
||||
Website string `binding:"Url;MaxSize(255)"`
|
||||
Location string `binding:"MaxSize(50)"`
|
||||
MaxRepoCreation int
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue