forked from goffee/cup
reorder files
This commit is contained in:
parent
3c1170bd87
commit
ba49afe04a
3 changed files with 113 additions and 72 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue