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