Add manufacturers and distributors to Website
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
</td>
|
||||
<td class="align-middle" >
|
||||
{% if component.manufacturer %}
|
||||
{{component.manufacturer.name}}
|
||||
<a href="{% url 'parts-manufacturers-detail' uuid=component.manufacturer.id %}" class="link-primary text-decoration-none">{{component.manufacturer.name}}</a>
|
||||
{% if component.manufacturer.image %}
|
||||
<img src="{{component.manufacturer.image.url}}" class="component-img-small">
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user