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/jbe@1309: ui.heading{ content = _"Self registration completed" } bsw/jbe@1309: slot.put("
") bsw/jbe@1309: ui.container { content = _"We have sent you an invitation email to finish the account setup." } bsw/jbe@1309: slot.put("
") bsw/jbe@1309: ui.container { content = _"Please also check your SPAM folder." } bsw/jbe@1309: slot.put("
") bsw/jbe@1309: bsw/jbe@1309: bsw/jbe@1309: end } bsw/jbe@1309: end }