liquid_feedback_frontend
changeset 1381:574eaf2ff457
Added white space
author | bsw |
---|---|
date | Wed Aug 08 17:39:16 2018 +0200 (2018-08-08) |
parents | 276718aedd90 |
children | 8f4ed517bc09 |
files | app/main/registration/_register_form.lua app/main/registration/register.lua |
line diff
1.1 --- a/app/main/registration/_register_form.lua Wed Aug 08 17:38:23 2018 +0200 1.2 +++ b/app/main/registration/_register_form.lua Wed Aug 08 17:39:16 2018 +0200 1.3 @@ -103,6 +103,7 @@ 1.4 name = "verification_data_" .. field.name, 1.5 value = tonumber(request.get_param{ name = "verification_data_" .. field.name }) 1.6 } 1.7 + slot.put("<br />") 1.8 1.9 elseif field.type == "image" then 1.10 ui.tag{ tag = "label", content = field.label }
2.1 --- a/app/main/registration/register.lua Wed Aug 08 17:38:23 2018 +0200 2.2 +++ b/app/main/registration/register.lua Wed Aug 08 17:39:16 2018 +0200 2.3 @@ -16,6 +16,7 @@ 2.4 content = function() 2.5 2.6 ui.container{ content = config.self_registration.info_top } 2.7 + slot.put("<br />") 2.8 2.9 execute.view{ module = "registration", view = "_register_form" } 2.10