From 9d518dd4f82f3f652912262fd6feef2805ca4c8e Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Sun, 18 Sep 2022 16:06:35 +0200 Subject: [PATCH] /profilo: use full name --- _views/profilo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_views/profilo.html b/_views/profilo.html index dfa2e33..fdd72ab 100644 --- a/_views/profilo.html +++ b/_views/profilo.html @@ -4,7 +4,7 @@
-

Profilo di @{{ .User.Username }}

+

Profilo di {{ .User.Name }} {{ .User.Surname }}

Logout