no autoescape
This commit is contained in:
parent
70f3504b65
commit
6e89076c35
|
@ -73,6 +73,7 @@ margin-bottom:2px;
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
{% autoescape off %}
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<p id="companyTitle">{{ company_name }}</p>
|
<p id="companyTitle">{{ company_name }}</p>
|
||||||
|
@ -192,6 +193,7 @@ margin-bottom:2px;
|
||||||
<p class="belowSign"><strong>{{ company_name }}</strong></p>
|
<p class="belowSign"><strong>{{ company_name }}</strong></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
{% endautoescape %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user