# HG changeset patch
# User bsw
# Date 1534524907 -7200
# Node ID ebfedd6e44fedcb4e18b2bb3ae7df33c34680b48
# Parent 428fa9c202b698531a807dc2fc5c179b99226373
Allow extra content on registration completed page
diff -r 428fa9c202b6 -r ebfedd6e44fe app/main/registration/register_completed.lua
--- a/app/main/registration/register_completed.lua Wed Aug 15 10:09:06 2018 +0200
+++ b/app/main/registration/register_completed.lua Fri Aug 17 18:55:07 2018 +0200
@@ -10,7 +10,9 @@
slot.put("
")
ui.container { content = _"Please also check your SPAM folder." }
slot.put("
")
-
+ if config.self_registration.confirmation_extra_html then
+ slot.put(config.self_registration.confirmation_extra_html)
+ end
end }
end }