# HG changeset patch # User bsw # Date 1533743019 -7200 # Node ID 39d3418d696beee055f47d4e11d021330379da68 # Parent bb694e6b1a9567879dd54f9b09ec8c107636781b More white space adjusting diff -r bb694e6b1a95 -r 39d3418d696b app/main/registration/_register_form.lua --- a/app/main/registration/_register_form.lua Wed Aug 08 17:42:25 2018 +0200 +++ b/app/main/registration/_register_form.lua Wed Aug 08 17:43:39 2018 +0200 @@ -9,7 +9,6 @@ end if not field.internal then if field.name == "date_of_birth" then - slot.put("
") local label = field.label if field.optional then label = label .. config.self_registration.optional_field_indicator @@ -106,6 +105,7 @@ slot.put("
") elseif field.type == "image" then + slot.put("
") ui.tag{ tag = "label", attr = { style = "vertical-align: bottom; border-bottom: 1px solid rgba(0,0,0, 0.12); color: #777; font-size: 16px;" }, content = field.label .. ":" } slot.put("   ") ui.tag{ tag = "input", attr = { type = "file", name = "verification_data_" .. field.name } } @@ -162,6 +162,7 @@ name = "verification_data_" .. field.name, value = tonumber(request.get_param{ name = "verification_data_" .. field.name }) } + slot.put("
") else if field.name == "mobile_phone" then if config.self_registration.lang ~= "en" then