Browse Source

affichage conditionne lien retraite indiv

dev-rcn
root 2 years ago
parent
commit
0fadb1cebc
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      views/event_templates_list.xml

+ 2
- 1
views/event_templates_list.xml View File

@ -106,8 +106,9 @@
<template id="indivividual_booking_link" inherit_id="website_event.index_topbar" active="True" customize_show="True" name="Filter by Tags">
<xpath expr="//div[@class='container']" position="inside">
<t t-if="search_tags.name=='retraite'">
<u><a style="color:green;font-size:smaller" href="/booking/registration/individual_booking">Cliquez sur ce lien pour vous inscrire à une retraite individuelle</a></u>
</t>
</xpath>
</template>


Loading…
Cancel
Save