Browse Source

no autoescape

master
Sanj 12 years ago
parent
commit
6e89076c35
  1. 2
      printaform/templates/types/invoice.html

2
printaform/templates/types/invoice.html

@ -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>

Loading…
Cancel
Save