liquid_feedback_frontend

annotate app/main/registration/register_manual_check_needed.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 8d0a49d5ed7e
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 = _"Manual verification needed" }
bsw/jbe@1309 8 slot.put("<br />")
bsw/jbe@1309 9 ui.container { content = function()
bsw/jbe@1309 10 ui.tag{ content = "We are sorry but the automatic verification of personal data has not been successful. We will need to verify your information manually. We apologise for the wait, and thank you for your cooperation. Until your information is verified, you can continue to " }
bsw/jbe@1309 11 ui.link{ content = _"browse the portal as an unregistered user", module = "index", view = "index" }
bsw/jbe@1309 12 ui.tag{ content = "." }
bsw/jbe@1309 13 slot.put("<br /><br />")
bsw/jbe@1309 14 ui.tag{ content = "For problems related to registration and use of the platform, please email " }
bsw/jbe@1309 15 ui.link{ external = "mailto:" .. config.self_registration.contact_email, content = config.self_registration.contact_email }
bsw/jbe@1309 16 ui.tag{ content = "." }
bsw/jbe@1309 17 end }
bsw/jbe@1309 18 slot.put("<br />")
bsw/jbe@1309 19
bsw/jbe@1309 20 end }
bsw/jbe@1309 21 end }
bsw/jbe@1309 22

Impressum / About Us