liquid_feedback_frontend
diff app/main/member/show.lua @ 1416:b06da8ab308d
Do not show identification twice in profile, made form labels distinctive
| author | bsw |
|---|---|
| date | Thu Aug 30 10:42:48 2018 +0200 (2018-08-30) |
| parents | 32cc544d5a5b |
| children | 94d6843fdc94 |
line diff
1.1 --- a/app/main/member/show.lua Thu Aug 30 10:35:26 2018 +0200 1.2 +++ b/app/main/member/show.lua Thu Aug 30 10:42:48 2018 +0200 1.3 @@ -94,9 +94,11 @@ 1.4 1.5 ui.container{ attr = { class = "mdl-card__content" }, content = function() 1.6 1.7 + --[[ 1.8 if member.identification then 1.9 ui.container{ content = member.identification } 1.10 end 1.11 + --]] 1.12 1.13 execute.view{ 1.14 module = "member",