[UI] Fix 'hide_attachments is not defined' error
This commit is contained in:
parent
436528172c
commit
4f6f1941da
@ -21,7 +21,7 @@
|
||||
{% include '/'~ other.name ~ '/view.html.twig' with {'vars': other.vars} only %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% if hide_attachments is not defined and hide_attachments != true %}
|
||||
{% if hide_attachments is not defined %}
|
||||
<div class="note-attachments">
|
||||
{% for attachment in note.getAttachments() %}
|
||||
{% include '/attachments/view.html.twig' with {'attachment': attachment} %}
|
||||
|
Loading…
Reference in New Issue
Block a user