From 9270849e12fb97528ad4ffbf031ec365e797fe82 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 14 Oct 2025 16:40:01 +0200 Subject: [PATCH] Correct image circle --- templates/user/userInformation.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/userInformation.html.twig b/templates/user/userInformation.html.twig index 5c1115d..bb7bab7 100644 --- a/templates/user/userInformation.html.twig +++ b/templates/user/userInformation.html.twig @@ -4,7 +4,7 @@
{% if user.pictureUrl is not empty %} - user + user {% endif %}

{{ user.surname|capitalize }} {{ user.name|capitalize }}