tried smaller cover image in notice [#27115511]
parent
5c7fb1ac8f
commit
6d8bc9d199
|
@ -1,7 +1,7 @@
|
|||
{% with campaign.work.id as id %}
|
||||
<div class="comments clearfix">
|
||||
<div class="comments_book">
|
||||
<a href="{% url work id %}"><img src="{{ campaign.work.cover_image_thumbnail }}" alt="cover image for {{ campaign.work.title }}" /></a>
|
||||
<a href="{% url work id %}"><img src="{{ campaign.work.cover_image_small }}" alt="cover image for {{ campaign.work.title }}" /></a>
|
||||
</div>
|
||||
|
||||
<div class="comments_info">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<div class="comments clearfix">
|
||||
<div class="comments_book">
|
||||
<a href="{% url work id %}?tab=2"><img src="{{ comment.content_object.cover_image_thumbnail }}" alt="cover image for {{ comment.content_object.title }}" /></a>
|
||||
<a href="{% url work id %}?tab=2"><img src="{{ comment.content_object.cover_image_small }}" alt="cover image for {{ comment.content_object.title }}" /></a>
|
||||
</div>
|
||||
|
||||
<div class="comments_info">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<div class="comments clearfix">
|
||||
<div class="comments_book">
|
||||
<a href="{% url work id %}?tab=2"><img src="{{ comment.content_object.cover_image_thumbnail }}" alt="cover image for {{ comment.content_object.title }}" /></a>
|
||||
<a href="{% url work id %}?tab=2"><img src="{{ comment.content_object.cover_image_small }}" alt="cover image for {{ comment.content_object.title }}" /></a>
|
||||
</div>
|
||||
|
||||
<div class="comments_info">
|
||||
|
|
Loading…
Reference in New Issue