merged
This commit is contained in:
@@ -16,9 +16,12 @@
|
||||
<div class="article-details">
|
||||
{{post.subtitle | tags_to_url }}
|
||||
{% if post.username != None %}
|
||||
<div class="article-author">
|
||||
<div class="arti
|
||||
<img src="{{post.username.image | thumbnail_url:'avatar'}}" alt="" />
|
||||
<a href="{% url 'member' post.username.nickname %}">{{post.username.nickname}}</a>
|
||||
<img src="{{author_image}}" alt="" />
|
||||
<a href="/members/member/{{post.author}}">{{post.author}}</a>
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user