From 0bd35a6afb78684370b4413208f3109bd95572a1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 5 Nov 2019 10:58:49 +0100 Subject: [PATCH] Fix missing icon on the website --- royalnet/web/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/royalnet/web/templates/base.html b/royalnet/web/templates/base.html index a0cb9577..400e1a12 100644 --- a/royalnet/web/templates/base.html +++ b/royalnet/web/templates/base.html @@ -41,14 +41,14 @@ {% if session["royal"]["avatar"] %} {% else %} - + {% endif %} {% else %} Login - + {% endif %}