From b854cf7590a22bca7bd1c7d37dec5dceaa8547e0 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 28 Apr 2016 16:00:23 +0200 Subject: [PATCH] [IMP] email_template_qweb: README rephrasing --- email_template_qweb/README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/email_template_qweb/README.rst b/email_template_qweb/README.rst index 9d32e1e3..5cb84e9c 100644 --- a/email_template_qweb/README.rst +++ b/email_template_qweb/README.rst @@ -5,10 +5,10 @@ QWeb for email templates ======================== -This module was written to allow you to write email templates in QWeb instead -of jinja2. The advantage here is that with QWeb, you can make use of -inheritance and the ``call`` statement, which allows you to reuse designs and -snippets in multiple templates, making your development process simpler. +This module allows to write email templates in QWeb instead of jinja2. +The advantage here is that with QWeb, you can make use of inheritance and +the ``call`` statement, which allows you to reuse designs and snippets in +multiple templates, making your development process simpler. Usage =====