add template tag safe to note
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
</aside>
|
</aside>
|
||||||
{% if task.note %}
|
{% if task.note %}
|
||||||
<div class="db-page-content-left">
|
<div class="db-page-content-left">
|
||||||
{{ task.note }}
|
{{ task.note|safe }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user