# HG changeset patch # User Goffi # Date 1633098675 -7200 # Node ID c5de5514a251b119199db83416cc133f36f1c85e # Parent a90baa4d3ed1fa6d27a20720bf94a3a49ab4f003 (default) blog/item: fix syntax error diff -r a90baa4d3ed1 -r c5de5514a251 sat_templates/templates/default/blog/item.html --- a/sat_templates/templates/default/blog/item.html Fri Jun 18 16:08:53 2021 +0200 +++ b/sat_templates/templates/default/blog/item.html Fri Oct 01 16:31:15 2021 +0200 @@ -42,7 +42,7 @@ {% if avatar is defined %} {{ avatar.avatar(item.author_jid, "avatar--float-left") }} {% endif %} - {{identities[item.author_jid].nicknames[0] if identities[item.author_jid].nicknames else item.author)}} + {{identities[item.author_jid].nicknames[0] if identities[item.author_jid].nicknames else item.author}} {% else %} {{item.author}} {% endif %}