no autoescape
This commit is contained in:
parent
70f3504b65
commit
6e89076c35
|
@ -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…
Reference in New Issue
Block a user