Skip to content
Snippets Groups Projects
Commit 4e46947e authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[MOV] contact questions after event ones

parent c02fcc5a
No related branches found
No related tags found
No related merge requests found
......@@ -189,10 +189,7 @@
name="t-if"
>request.env.user._is_public() or counter > 1</attribute>
</xpath>
<!--
in case question_ids are defined, user is connected and we are registering for
the first ticket, question_ids are displayed
-->
<xpath
expr="//t[@name='attendee_loop']//*[hasclass('modal-body')]/div[hasclass('row')]"
position="after"
......@@ -216,5 +213,20 @@
</xpath>
</template>
<template
id="registration_attendee_details_questions_solagro"
inherit_id="website_event_questions.registration_attendee_details_questions"
name="Registration Attendee Contact detail with questions Solagro"
priority="101"
>
<xpath
expr="//t[@name='attendee_loop']//*[hasclass('modal-body')]/div[hasclass('row')]"
position="before"
>
<xpath expr="//t[@t-if='event.specific_question_ids']" position="move" />
</xpath>
</template>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment