You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
597 B
18 lines
597 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Success message for booking-->
|
|
<template id="website_bookings_form_success" name="Booking Submitted Successfully">
|
|
<t t-call="website.layout">
|
|
<div id="wrap">
|
|
<br/>
|
|
<div class="container">
|
|
<div class="col-md-12">
|
|
<div class="alert alert-success">
|
|
Booking Done successfully.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</template>
|
|
</odoo>
|