reorder files

This commit is contained in:
Zeni Kim 2024-10-23 07:09:27 -05:00
parent 3c1170bd87
commit ba49afe04a
3 changed files with 113 additions and 72 deletions

View file

@ -114,10 +114,10 @@ func Themeform(c *core.Context) *core.Response {
optionc.Value = "buenosaires"
optionc.Label = "Buenos Aires"
allOptionsc = append(allOptionsc, optionc)
optionc.ID = "sogas"
optionc.Name = "sogas"
optionc.Value = "Sogamoso"
optionc.Label = "Sogamoso"
optionc.ID = "london"
optionc.Name = "london"
optionc.Value = "london"
optionc.Label = "London"
//optionc.IsChecked = true
allOptionsc = append(allOptionsc, optionc)