liquid_feedback_frontend

changeset 235:9345ea6af3b2

Show invalid invite code to the user
author Ingo Bormuth <mail@ibormuth.de>
date Sun Nov 27 13:31:05 2011 +0100 (2011-11-27)
parents 7db22d3e9eea
children de8602f8d9bb
files app/main/index/_action/register.lua
line diff
     1.1 --- a/app/main/index/_action/register.lua	Sun Nov 20 19:47:07 2011 +0100
     1.2 +++ b/app/main/index/_action/register.lua	Sun Nov 27 13:31:05 2011 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4    :exec()
     1.5  
     1.6  if not invite_code or invite_code.used then
     1.7 -  slot.put_into("error", _"The code you've entered is invalid")
     1.8 +  slot.put_into("error", _"The code you've entered is invalid" .. ": '" .. code .. "'")
     1.9    request.redirect{
    1.10      mode   = "forward",
    1.11      module = "index",

Impressum / About Us