Make sure bills show attachment notes

This commit is contained in:
James Cole 2019-03-02 09:18:41 +01:00
parent 9f3c114d57
commit 1b8d4e4c63

View File

@ -129,9 +129,9 @@
{% endif %}
</a>
({{ att.size|filesize }})
{% if att.description %}
{% if att.notes.first %}
<br/>
<em>{{ att.description }}</em>
<em>{{ att.notes.first.text|markdown }}</em>
{% endif %}
</td>
</tr>