Fix default image of invitations

stable
David Barragán Merino 2014-07-25 13:53:08 +02:00
parent 2b448409d0
commit c797352472
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ MembershipsRowAvatarDirective = ($log) ->
ctx = { ctx = {
full_name: if member.full_name then member.full_name else "" full_name: if member.full_name then member.full_name else ""
email: member.email email: member.email
imgurl: if member.photo then member.photo else "/image/unnamed.png" imgurl: if member.photo then member.photo else "/images/unnamed.png"
} }
html = template(ctx) html = template(ctx)