diff --git a/rophako/modules/blog/templates/blog/entry.inc.html b/rophako/modules/blog/templates/blog/entry.inc.html index b4b26df..2c93003 100644 --- a/rophako/modules/blog/templates/blog/entry.inc.html +++ b/rophako/modules/blog/templates/blog/entry.inc.html @@ -14,11 +14,11 @@
{% if post["avatar"] %} - {{ post['profile']['name'] }} + {{ post['profile']['name'] }} {% elif post["photo"] %} - {{ post['profile']['name'] }} + {{ post['profile']['name'] }} {% else %} - {{ post['profile']['name'] }} + {{ post['profile']['name'] }} {% endif %}