Fix templates

This commit is contained in:
Thomas Sileo
2019-10-02 22:41:28 +02:00
parent ab2cf5f3c0
commit 337258ddec
3 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@
{% endif %}
{% endif %}
{% if item.meta.object %}
{{ utils.display_note(item.meta.object, ui=False, meta=item.meta) }}
{{ utils.display_note(item.meta.object, meta=item.meta) }}
{% endif %}
{% elif item | has_type('Create') %}
{{ utils.display_note(item.activity.object, meta=item.meta, no_color=True) }}