liquid_feedback_frontend
diff app/main/admin/member_edit.lua @ 1459:ad2297c57457
Fixed nesting again part 3
author | bsw |
---|---|
date | Thu Oct 18 17:27:23 2018 +0200 (2018-10-18) |
parents | 3494edd607e7 |
children | 637fc7b37964 |
line diff
1.1 --- a/app/main/admin/member_edit.lua Thu Oct 18 17:27:02 2018 +0200 1.2 +++ b/app/main/admin/member_edit.lua Thu Oct 18 17:27:23 2018 +0200 1.3 @@ -61,9 +61,10 @@ 1.4 1.5 for i, unit in ipairs(units) do 1.6 ui.field.boolean{ 1.7 - name = "unit_" .. unit.id, 1.8 - label = unit.name, 1.9 - value = unit.voting_right 1.10 + name = "unit_" .. unit.id, 1.11 + label = unit.name, 1.12 + value = unit.voting_right 1.13 + } 1.14 end 1.15 slot.put("<br /><br />") 1.16