Show More
@@ -31,7 +31,8 b'' | |||
|
31 | 31 | <div class="image"> |
|
32 | 32 | <a class="fancy" |
|
33 | 33 |
|
|
34 |
|
|
|
34 | src="{{ thread.image.url_200x150 }}" | |
|
35 | alt="{% trans 'Post image' %}" /> | |
|
35 | 36 | </a> |
|
36 | 37 | </div> |
|
37 | 38 | {% endif %} |
@@ -74,7 +75,8 b'' | |||
|
74 | 75 | <div class="image"> |
|
75 | 76 | <a class="fancy" |
|
76 | 77 |
|
|
77 |
|
|
|
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