liquid_feedback_frontend

annotate app/main/registration/register_completed.lua @ 1314:74ce9970605b

Allow empty optional registration fields
author bsw
date Wed Aug 01 17:26:16 2018 +0200 (2018-08-01)
parents 32cc544d5a5b
children ebfedd6e44fe
rev   line source
bsw/jbe@1309 1 ui.title(_"Self registration")
bsw/jbe@1309 2 app.html_title.title = _"Self registration"
bsw/jbe@1309 3
bsw/jbe@1309 4 ui.container{ attr = { class = "mdl-grid" }, content = function()
bsw/jbe@1309 5 ui.container{ attr = { class = "mdl-cell mdl-cell--12-col" }, content = function()
bsw/jbe@1309 6
bsw/jbe@1309 7 ui.heading{ content = _"Self registration completed" }
bsw/jbe@1309 8 slot.put("<br />")
bsw/jbe@1309 9 ui.container { content = _"We have sent you an invitation email to finish the account setup." }
bsw/jbe@1309 10 slot.put("<br />")
bsw/jbe@1309 11 ui.container { content = _"Please also check your SPAM folder." }
bsw/jbe@1309 12 slot.put("<br />")
bsw/jbe@1309 13
bsw/jbe@1309 14
bsw/jbe@1309 15 end }
bsw/jbe@1309 16 end }

Impressum / About Us