Fix default image of invitations
parent
2b448409d0
commit
c797352472
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue