Skip to content

Commit

Permalink
fix lot winner images
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 11, 2024
1 parent 3456c19 commit a6d1abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auctions/templates/view_lot_simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% if lot.image_count %}
{% for image in lot.images|slice:":1" %}
{% if lot.sold %}<h1 class='text-danger font-weight-bold' style="position: absolute;-ms-transform: rotate(-20deg);transform: rotate(-20deg);">SOLD</h1>{% endif %}
<img src="{{ image.image.lot_full.url }}" class="img-fluid">
<img src="{{ image.image.url }}" class="img-fluid">
<span class="text-muted"><small>{{ image.get_image_source_display }}</small></span>{%if image.caption%}<div>{{ image.caption }}</div>{%endif%}
{% endfor %}
{% endif %}
Expand Down

0 comments on commit a6d1abf

Please sign in to comment.