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.
 
 
 
 
 

30 lines
1.4 KiB

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- Website thank page template-->
<template id="customers_request_thank_page" name="Customer Request Thank">
<t t-call="website.layout">
<div class="oe_structure">
<div class="contain">
<div id="wrap">
<div class="oe_structure" id="oe_structure_website_form_contact_us_thanks_1"/>
<div class="container pt-3">
<h1>Thanks!</h1>
<div class="row">
<div class="col-lg-8">
<div class="alert alert-success" role="status">
Your order for return has been sent successfully.
<button type="button" class="close" data-dismiss="alert">&amp;times;</button>
</div>
<p>
We will get back to you shortly.
</p>
</div>
</div>
</div>
<div class="oe_structure" id="oe_structure_website_form_contact_us_thanks_2"/>
</div>
</div>
</div>
</t>
</template>
</odoo>