[IMP] Removing default application of filters

bzr revid: fp@tinyerp.com-20131222224604-8hun4wxupejuglo4
This commit is contained in:
Fabien Pinckaers 2013-12-22 23:46:04 +01:00
parent 91b683a50a
commit e52b050b2e
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@
</div>
</xpath>
</template>
<template id="event_category" inherit_id="website_event.event_left_column" inherit_option_id="website_event.event_left_column" name="Filter by Category">
<template id="event_category" inherit_option_id="website_event.event_left_column" name="Filter by Category">
<xpath expr="//div[@id='left_column']" position="inside">
<ul class="nav nav-pills nav-stacked mt32">
<t t-foreach="types">
@ -158,7 +158,7 @@
</ul>
</xpath>
</template>
<template id="event_location" inherit_id="website_event.event_left_column" inherit_option_id="website_event.event_left_column" name="Filter by Country">
<template id="event_location" inherit_option_id="website_event.event_left_column" name="Filter by Country">
<xpath expr="//div[@id='left_column']" position="inside">
<ul class="nav nav-pills nav-stacked mt32">
<t t-foreach="countries">