liquid_feedback_frontend

changeset 1682:61ed6a12c6b8

Do not show label for hidden field
author bsw
date Mon Sep 20 09:22:57 2021 +0200 (2021-09-20)
parents b155969acc6c
children af7b5bc0dec2
files app/main/index/confirm_notify_email.lua
line diff
     1.1 --- a/app/main/index/confirm_notify_email.lua	Mon Sep 20 09:22:27 2021 +0200
     1.2 +++ b/app/main/index/confirm_notify_email.lua	Mon Sep 20 09:22:57 2021 +0200
     1.3 @@ -22,7 +22,6 @@
     1.4              local secret = param.get("secret")
     1.5              if secret then
     1.6                ui.field.hidden{
     1.7 -                label = _"Confirmation code",
     1.8                  name = "secret",
     1.9                  value = secret
    1.10                }

Impressum / About Us