liquid_feedback_frontend

changeset 1747:eb34fe00cf5c

Fixed syntax error
author bsw
date Mon Oct 11 10:52:52 2021 +0200 (2021-10-11)
parents c7dbb36ce1e0
children 8d7c4d542c3d
files app/main/survey/participate.lua
line diff
     1.1 --- a/app/main/survey/participate.lua	Mon Oct 11 10:51:56 2021 +0200
     1.2 +++ b/app/main/survey/participate.lua	Mon Oct 11 10:52:52 2021 +0200
     1.3 @@ -37,7 +37,7 @@
     1.4            else
     1.5              ui.tag{ content = question.question }
     1.6            end
     1.7 -        }
     1.8 +        end }
     1.9        end }
    1.10        ui.container{ attr = { class = "mdl-card__content mdl-card--border" }, content = function()
    1.11          if survey_member.finished then

Impressum / About Us