forked from Mapan/odoo17e
11 lines
357 B
XML
11 lines
357 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="event_social_registration_complete" inherit_id="website_event.registration_complete">
|
|
<xpath expr="//div[hasclass('o_wereg_confirmed')]" position="attributes">
|
|
<attribute name="class">o_wereg_confirmed container my-5 o_wereg_js_confirmed</attribute>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|