|
|
@ -1,6 +1,11 @@ |
|
|
|
<odoo> |
|
|
|
<template id="kalachakra.event_registration_template" inherit_id="website_event.registration_template"> |
|
|
|
|
|
|
|
<xpath expr="//div[@class='o_wevent_sidebar_block'][1]" position="before"> |
|
|
|
<t t-if="event.teacher_picto"> |
|
|
|
<img class="image" t-att-src="'data:image/png;base64,%s' % event.teacher_logo" style="border:auto;"/> |
|
|
|
</t> |
|
|
|
</xpath> |
|
|
|
|
|
|
|
<xpath expr="//div[@class='col-lg-4 pt-3 pt-lg-0 pl-2 pl-lg-0']" position="replace"> |
|
|
|
<t t-if="event.booking_event"> |
|
|
|