change image of member from ImageField to ThumbnailerImageField
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="article-details">
|
||||
{{post.subtitle | tags_to_url }}
|
||||
<div class="article-author">
|
||||
<img src="{{author_image}}" alt="" style="width:80px;height:80px"/>
|
||||
<img src="{{author_image}}" alt="" />
|
||||
<a href="/members/member/{{post.author}}">{{post.author}}</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user