bsw/jbe@1309: ui.title(_"Self registration")
bsw/jbe@1309: app.html_title.title = _"Self registration"
bsw/jbe@1309:
bsw/jbe@1309: ui.container{ attr = { class = "mdl-grid" }, content = function()
bsw/jbe@1309: ui.container{ attr = { class = "mdl-cell mdl-cell--12-col" }, content = function()
bsw/jbe@1309:
bsw@1415: if config.self_registration.confirmation_html then
bsw@1415: slot.put(config.self_registration.confirmation_html)
bsw@1415: else
bsw@1415: ui.heading{ content = _"Self registration completed" }
bsw@1415: slot.put("
")
bsw@1415: ui.container { content = _"We have sent you an invitation email to finish the account setup." }
bsw@1415: slot.put("
")
bsw@1415: ui.container { content = _"Please also check your SPAM folder." }
bsw@1415: slot.put("
")
bsw@1415: if config.self_registration.confirmation_extra_html then
bsw@1415: slot.put(config.self_registration.confirmation_extra_html)
bsw@1415: end
bsw@1407: end
bsw/jbe@1309:
bsw/jbe@1309: end }
bsw/jbe@1309: end }