# HG changeset patch # User bsw # Date 1534181504 -7200 # Node ID 5890051ce163f71385a1d41d3edf0c69d5f9d161 # Parent a48d33b22384a4d361aa1cbe1ce3f0be6a39bcf7 Changed style of register image upload 7 diff -r a48d33b22384 -r 5890051ce163 app/main/registration/_register_form.lua --- a/app/main/registration/_register_form.lua Mon Aug 13 19:31:06 2018 +0200 +++ b/app/main/registration/_register_form.lua Mon Aug 13 19:31:44 2018 +0200 @@ -140,7 +140,7 @@ attr = { id = "fileBtn", class = "mdl-checkbox__label", onclick = "getFile();" }, content = field.upload_label } - } + end } if field.optional_checkbox then slot.put("   ")