From 97136d025e7193bd754baf006202f9330bd01077 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sat, 11 Jan 2020 22:37:40 +0100 Subject: [PATCH] =?UTF-8?q?use=20=F0=9F=91=BB=20icon=20when=20user=20name?= =?UTF-8?q?=20is=20empty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/header.html b/templates/header.html index 175afa97..f9bc896a 100644 --- a/templates/header.html +++ b/templates/header.html @@ -17,7 +17,7 @@ {% if current_user.profile_picture_id %} {% else %} - {{ current_user.get_name_initial() }} + {{ current_user.get_name_initial() or "👻" }} {% endif %}