mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 09:22:21 +00:00
Make supplier detail use the generic template
This commit is contained in:
8
assets/templates/partials/associated_assets.html
Normal file
8
assets/templates/partials/associated_assets.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="col-12 pt-2">
|
||||
<div class="card">
|
||||
<div class="card-header">Associated Assets</div>
|
||||
{% with object.assets.all as object_list %}
|
||||
{% include 'partials/asset_list_table.html' %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user