liquid_feedback_frontend

view app/main/registration/register_completed.lua @ 1309:32cc544d5a5b

Cumulative patch for upcoming frontend version 4
author bsw/jbe
date Sun Jul 15 14:07:29 2018 +0200 (2018-07-15)
parents
children ebfedd6e44fe
line source
1 ui.title(_"Self registration")
2 app.html_title.title = _"Self registration"
4 ui.container{ attr = { class = "mdl-grid" }, content = function()
5 ui.container{ attr = { class = "mdl-cell mdl-cell--12-col" }, content = function()
7 ui.heading{ content = _"Self registration completed" }
8 slot.put("<br />")
9 ui.container { content = _"We have sent you an invitation email to finish the account setup." }
10 slot.put("<br />")
11 ui.container { content = _"Please also check your SPAM folder." }
12 slot.put("<br />")
15 end }
16 end }

Impressum / About Us