liquid_feedback_frontend

view app/main/registration/register_manual_check_needed.lua @ 1312:a9406a081d6d

Show manual verification button only when configured
author bsw
date Wed Aug 01 17:08:34 2018 +0200 (2018-08-01)
parents 32cc544d5a5b
children 8d0a49d5ed7e
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 = _"Manual verification needed" }
8 slot.put("<br />")
9 ui.container { content = function()
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 " }
11 ui.link{ content = _"browse the portal as an unregistered user", module = "index", view = "index" }
12 ui.tag{ content = "." }
13 slot.put("<br /><br />")
14 ui.tag{ content = "For problems related to registration and use of the platform, please email " }
15 ui.link{ external = "mailto:" .. config.self_registration.contact_email, content = config.self_registration.contact_email }
16 ui.tag{ content = "." }
17 end }
18 slot.put("<br />")
20 end }
21 end }

Impressum / About Us