Display list of part attachments

This commit is contained in:
Oliver Walters 2019-04-18 00:01:19 +10:00
parent 00199c26de
commit d9d4e0043a

View File

@ -62,6 +62,13 @@
</tr>
{% endif %}
</table>
<h4>Attachments</h4>
<ul>
{% for attachment in part.attachments.all %}
<li><a href="{{ attachment.attachment }}">{{ attachment.attachment }}</a></li>
{% endfor %}
</ul>
</div>
</div>