From b26728cf80895b5861149b1be8bd83543daac059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 21 Aug 2025 14:29:09 +0200 Subject: [PATCH] fix: adopt relative filename generation for teamer photos in all places --- templates/layout.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/layout.html.twig b/templates/layout.html.twig index 189ef0f..569b2e5 100644 --- a/templates/layout.html.twig +++ b/templates/layout.html.twig @@ -10,7 +10,7 @@
{% if app.user.teamer and app.user.teamer.photo %} - {{ app.user.teamer.firstName }} @@ -52,4 +52,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %}