mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 18:45:40 +00:00
Display list of part attachments
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user