liquid_feedback_frontend

view app/main/registration/register_completed.lua @ 1407:ebfedd6e44fe

Allow extra content on registration completed page
author bsw
date Fri Aug 17 18:55:07 2018 +0200 (2018-08-17)
parents 32cc544d5a5b
children 16695c98de23
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 />")
13 if config.self_registration.confirmation_extra_html then
14 slot.put(config.self_registration.confirmation_extra_html)
15 end
17 end }
18 end }

Impressum / About Us