diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html index 75af8f2d..15cdd908 100644 --- a/fet2020/templates/posts/show.html +++ b/fet2020/templates/posts/show.html @@ -32,19 +32,19 @@ {% if author_image and author %}
- {{ author.firstname }} +  {{ author.firstname }}
{% elif post.author %}
- {{ post.author }} + {{ post.author }}
{% else %}
- +  
{% endif %}