Untitled
public text v1 · immutablefunctiongroup = SelectField(choices=lambda x: [(0,'Kies een functiegroep')] + [(x.id, x.title) for x in model.listFunctionGroups()])functiongroup = SelectField(choices=lambda x: [(0,'Kies een functiegroep')] + [(x.id, x.title) for x in model.listFunctionGroups()])