mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Re-enable image hovering where appropriate
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
{% for variant in part.variants.all %}
|
||||
<tr>
|
||||
<td>
|
||||
{% include "hover_image.html" with image=variant.image %}
|
||||
{% include "hover_image.html" with image=variant.image hover=True %}
|
||||
<a href="{% url 'part-detail' variant.id %}">{{ variant.full_name }}</a>
|
||||
</td>
|
||||
<td>{{ variant.description }}</td>
|
||||
|
Reference in New Issue
Block a user