mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Make supplier detail use the generic template
This commit is contained in:
@@ -43,16 +43,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% include associated|safe %}
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12 py-3">
|
||||
<div class="card">
|
||||
<div class="card-header">Associated Events</div>
|
||||
{% include 'event_table.html' with events=object.latest_events %}
|
||||
</div>
|
||||
</div>
|
||||
{% if associated %}
|
||||
{% include associated|safe %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if associated2 %}
|
||||
{% include associated2|safe %}
|
||||
{% endif %}
|
||||
|
||||
{% if not request.is_ajax %}
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user