[IMP] added image if no country available

bzr revid: pga@tinyerp.com-20140307123256-9vz0xpuo97rh19jx
This commit is contained in:
Parth Gajjar (Open ERP) 2014-03-07 18:02:56 +05:30
parent 29d36f7dd9
commit acbdc81d78
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -387,6 +387,7 @@
<h4><b>Events In <span t-esc="country.name"></span></b></h4>
</t>
<t t-if="not country">
<img style="max-height:10em;" class="img-rounded img-responsive" src="/website_event/static/src/img/world_map.jpg"></img>
<h4><b>Upcoming Events</b></h4>
</t>
<div t-foreach="events[:5]" t-as="event_dict" class="oe_website_overflow_ellipsis mb8">