liquid_feedback_frontend

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/app/main/registration/register_rejected_age.lua	Sun Jul 15 14:07:29 2018 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +ui.title(_"Self registration")
     1.5 +app.html_title.title = _"Self registration"
     1.6 +
     1.7 +ui.container{ attr = { class = "mdl-grid" }, content = function()
     1.8 +  ui.container{ attr = { class = "mdl-cell mdl-cell--12-col" }, content = function()
     1.9 +
    1.10 +    ui.heading{ content = _"Registration rejected" }
    1.11 +    slot.put("<br />")
    1.12 +    ui.container { content = function()
    1.13 +      ui.tag { content = _"Sorry, but you need to be at least 16 years old to participate. You can " }
    1.14 +      ui.link{ content = _"browse the platform as a guest", module = "index", view = "index" }
    1.15 +      ui.tag{ content = "." }
    1.16 +    end }
    1.17 +    slot.put("<br />")
    1.18 +
    1.19 +    
    1.20 +  end }
    1.21 +end }

Impressum / About Us