1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/website_event_social/views/event_templates_registration.xml
2024-12-10 09:04:09 +07:00

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>