mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Display list of part attachments
This commit is contained in:
@ -62,6 +62,13 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<h4>Attachments</h4>
|
||||||
|
<ul>
|
||||||
|
{% for attachment in part.attachments.all %}
|
||||||
|
<li><a href="{{ attachment.attachment }}">{{ attachment.attachment }}</a></li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user