no autoescape

This commit is contained in:
Sanj 2012-06-21 09:58:37 +05:30
parent 70f3504b65
commit 6e89076c35

View File

@ -73,6 +73,7 @@ margin-bottom:2px;
<body>
{% autoescape off %}
<div id="wrapper">
<div id="header">
<p id="companyTitle">{{ company_name }}</p>
@ -192,6 +193,7 @@ margin-bottom:2px;
<p class="belowSign"><strong>{{ company_name }}</strong></p>
</div>
{% endautoescape %}
</body>
</html>