Comment 3 for bug 1193283

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello Electro,

I have checked this issue on deep. The problem is comes from the email rendering, you have to just install python-jinja2 packages at your server. Then it will work fine.
Open the terminal and install the following package.

sudo apt-get install python-jinja2 (for ubuntu)
yum install python-jinja2 (for centOS)

Thank you!