Skip to content
Snippets Groups Projects
Commit 07de6ad4 authored by Richard Mathot's avatar Richard Mathot
Browse files

[FIX] website_livechat: don't crash if user has no image set

parent eed11c57
Branches
Tags
No related merge requests found
......@@ -124,7 +124,7 @@
<h3>The Team</h3>
<t t-foreach="team" t-as="user" class="media">
<div class="media">
<div class="pull-left">
<div class="pull-left" t-if='user.image_small'>
<img t-att-src="'data:image/png;base64,' + user.image_small" class="img-rounded" t-att-alt="user.name"/>
</div>
<div class="media-body">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment