Guest User

Untitled

a guest
Feb 12th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <templates xml:space="preserve">
  3. <div t-extend="website_sign.thank_you_dialog">
  4. <div t-jquery=".row o_promote_esign" t-operation="replace">
  5. <div class="row o_promote_esign">
  6. <div class="col-md-2">
  7. <img src="/website_sign/static/description/icon.png" alt="Document Sign" class="img img-responsive"/>
  8. </div>
  9. <div class="col-md-10">
  10. <h4>Do you also send documents to sign?</h4>
  11. It's easy, incredibly efficient and totally free: you just have to create an account.
  12. </div>
  13. </div>
  14. </div>
  15. </div>
  16. </templates>
Add Comment
Please, Sign In to add comment