liquid_feedback_frontend

annotate app/main/registration/register_rejected_age.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 a0d6c347ce7f
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 = _"Registration rejected" }
bsw/jbe@1309 8 slot.put("<br />")
bsw/jbe@1309 9 ui.container { content = function()
bsw/jbe@1309 10 ui.tag { content = _"Sorry, but you need to be at least 16 years old to participate. You can " }
bsw/jbe@1309 11 ui.link{ content = _"browse the platform as a guest", module = "index", view = "index" }
bsw/jbe@1309 12 ui.tag{ content = "." }
bsw/jbe@1309 13 end }
bsw/jbe@1309 14 slot.put("<br />")
bsw/jbe@1309 15
bsw/jbe@1309 16
bsw/jbe@1309 17 end }
bsw/jbe@1309 18 end }

Impressum / About Us