[IMP] removed extra attribute

bzr revid: pga@tinyerp.com-20140303090539-yb0mtx1082lcd6m2
This commit is contained in:
Parth Gajjar (Open ERP) 2014-03-03 14:35:39 +05:30
parent a87f1ab1ff
commit 35cdbec3d1
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@
<b><a t-att-href="'/event/?country='+str(country.id)">See All events from <span t-esc="country.name"></span></a></b> <b><a t-att-href="'/event/?country='+str(country.id)">See All events from <span t-esc="country.name"></span></a></b>
</div> </div>
<div t-if="not country"> <div t-if="not country">
<b><a t-att-href="'/event/"> See All Upcoming events </a></b> <b><a href="/event/"> See All Upcoming events </a></b>
</div> </div>
</t> </t>
</div> </div>