mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Display list of part attachments
This commit is contained in:
parent
00199c26de
commit
d9d4e0043a
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user