2
0
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:
Oliver Walters
2019-06-03 22:03:22 +10:00
parent 8e0e2979b5
commit 782ad57f52
5 changed files with 6 additions and 6 deletions

View File

@ -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>