liquid_feedback_frontend

changeset 1407:ebfedd6e44fe

Allow extra content on registration completed page
author bsw
date Fri Aug 17 18:55:07 2018 +0200 (2018-08-17)
parents 428fa9c202b6
children 9481d9ff4db9
files app/main/registration/register_completed.lua
line diff
     1.1 --- a/app/main/registration/register_completed.lua	Wed Aug 15 10:09:06 2018 +0200
     1.2 +++ b/app/main/registration/register_completed.lua	Fri Aug 17 18:55:07 2018 +0200
     1.3 @@ -10,7 +10,9 @@
     1.4      slot.put("<br />")
     1.5      ui.container { content = _"Please also check your SPAM folder." }
     1.6      slot.put("<br />")
     1.7 -
     1.8 +    if config.self_registration.confirmation_extra_html then
     1.9 +      slot.put(config.self_registration.confirmation_extra_html)
    1.10 +    end
    1.11      
    1.12    end }
    1.13  end }

Impressum / About Us