mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
- Bump djLint to 1.29.0 (from 1.25.0) in the CI linting scripts (#4907)
- Add alt attribute to the img tags in the templates (required by the bump)
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
{% endblock breadcrumbs %}
|
||||
|
||||
{% block thumbnail %}
|
||||
<img class="part-thumb"
|
||||
<img alt="{% trans "Part thumbnail" %}" class="part-thumb"
|
||||
{% if build.part.image %}
|
||||
src="{{ build.part.image.preview.url }}"
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user