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.
20 lines
704 B
20 lines
704 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--Template for giving the message to user that, they are not entered valid points-->
|
|
<odoo>
|
|
<template id="lack_of_points_template">
|
|
<t t-call="website.layout">
|
|
<div id="wrap">
|
|
<div class="container">
|
|
<div class="col-md-12">
|
|
<div class="alert alert-danger">
|
|
Sorry !!!!!!!!!!!!!
|
|
<br/>
|
|
Please enter valid points
|
|
</div>
|
|
<a href='/shop/cart'>Go Back</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</template>
|
|
</odoo>
|
|
|