fix 'go next' in articles and meeting-posts and member image url in posts

This commit is contained in:
2020-09-05 18:20:47 +00:00
parent cbc21eafa5
commit b21402f7ae
3 changed files with 26 additions and 20 deletions

View File

@@ -15,9 +15,9 @@
</div>
<div class="article-details">
{{post.subtitle | tags_to_url }}
{% if post.author_member != None %}
<div class="article-author"><a href="{% url 'member' post.author_member.nickname %}">
<img src="{{post.author_member.image | thumbnail_url:'avatar'}}" alt="" />{{post.author_member.nickname}}
{% if post.author != None %}
<div class="article-author"><a href="{% url 'member' post.author %}">
<img src="{{author_image}}" alt="" /> {{post.author}}
</a>
</div>
{% else %}