liquid_feedback_frontend

diff app/main/member/_profile.lua @ 1071:58f48a8a202a

Imported and merged LDAP patch
author bsw
date Fri Jul 18 21:42:59 2014 +0200 (2014-07-18)
parents 701a5cf6b067
children f9c1acb859d0
line diff
     1.1 --- a/app/main/member/_profile.lua	Thu Jul 17 23:38:35 2014 +0200
     1.2 +++ b/app/main/member/_profile.lua	Fri Jul 18 21:42:59 2014 +0200
     1.3 @@ -104,7 +104,7 @@
     1.4      if member.last_activity then
     1.5        ui.field.text{ label = _"Last activity (updated daily)", value = format.date(member.last_activity) or _"not yet" }
     1.6      end
     1.7 -    if member.statement and #member.statement > 0 then
     1.8 +    if member.id and member.statement and #member.statement > 0 then
     1.9        slot.put("<br />")
    1.10        slot.put("<br />")
    1.11        ui.container{

Impressum / About Us