Show More
@@ -30,8 +30,9 b'' | |||
|
30 | 30 | {% if thread.image %} |
|
31 | 31 | <div class="image"> |
|
32 | 32 | <a class="fancy" |
|
33 |
|
|
|
34 |
|
|
|
33 | href="{{ thread.image.url }}"><img | |
|
34 | src="{{ thread.image.url_200x150 }}" | |
|
35 | alt="{% trans 'Post image' %}" /> | |
|
35 | 36 | </a> |
|
36 | 37 | </div> |
|
37 | 38 | {% endif %} |
@@ -73,8 +74,9 b'' | |||
|
73 | 74 | {% if post.image %} |
|
74 | 75 | <div class="image"> |
|
75 | 76 | <a class="fancy" |
|
76 |
|
|
|
77 |
|
|
|
77 | href="{{ post.image.url }}"><img | |
|
78 | src=" {{ post.image.url_200x150 }}" | |
|
79 | alt="{% trans 'Post image' %}" /> | |
|
78 | 80 | </a> |
|
79 | 81 | </div> |
|
80 | 82 | {% endif %} |
General Comments 0
You need to be logged in to leave comments.
Login now