[FIX] warning on event type missing removed

bzr revid: fp@tinyerp.com-20140130175733-uriko32hjdsy593w
This commit is contained in:
Fabien Pinckaers 2014-01-30 18:57:33 +01:00
parent 6babc654da
commit 3503c056f3
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
"widget": "contact", "widget": "contact",
"fields": ["city"] "fields": ["city"]
}'/> }'/>
<div class="text-muted"> <div class="text-muted" t-if="event.type">
<i class="fa fa-tag"></i> <span t-field="event.type"/> <i class="fa fa-tag"></i> <span t-field="event.type"/>
</div> </div>
</div> </div>