liquid_feedback_frontend

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

Impressum / About Us