blob: 1105c4b382bf04f551cd944811b992073a00c256 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<templates>
<t t-name="pwa_install_banner">
<div class="alert alert-default o_pwa_install_banner">
<button class="btn o_btn_close">x</button>
<strong>Install Application</strong>
<button class="btn btn-primary o_btn_install">Install</button>
</div>
</t>
</templates>
|