From b18a671ff6799a85cff611a4153c362e4a72c391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 21 Aug 2025 14:26:44 +0200 Subject: [PATCH] fix: adopt relative filename generation for teamer photos in all places --- templates/administrative/teamer/modal_info.html.twig | 4 ++-- templates/administrative/teamer/profile.html.twig | 4 ++-- templates/house_manager/feedback/index.html.twig | 4 ++-- templates/teamer/profile/index.html.twig | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/administrative/teamer/modal_info.html.twig b/templates/administrative/teamer/modal_info.html.twig index 38754cb..188dae6 100644 --- a/templates/administrative/teamer/modal_info.html.twig +++ b/templates/administrative/teamer/modal_info.html.twig @@ -49,7 +49,7 @@
{% if teamer.photo %} - {{ teamer.firstName }} {% else %} @@ -82,4 +82,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/administrative/teamer/profile.html.twig b/templates/administrative/teamer/profile.html.twig index d670d76..0fc42f1 100644 --- a/templates/administrative/teamer/profile.html.twig +++ b/templates/administrative/teamer/profile.html.twig @@ -77,7 +77,7 @@
{% if teamer.photo %}
- {{ teamer.firstName }}
@@ -232,4 +232,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/house_manager/feedback/index.html.twig b/templates/house_manager/feedback/index.html.twig index cbd65b2..ef4e5fb 100644 --- a/templates/house_manager/feedback/index.html.twig +++ b/templates/house_manager/feedback/index.html.twig @@ -39,7 +39,7 @@ {% if teamer.photo %} - {{ teamer.firstName }} {% else %} @@ -105,4 +105,4 @@ {{ knp_pagination_render(pagination) }} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/teamer/profile/index.html.twig b/templates/teamer/profile/index.html.twig index 1b16551..b6f80e9 100644 --- a/templates/teamer/profile/index.html.twig +++ b/templates/teamer/profile/index.html.twig @@ -151,7 +151,7 @@

Mein Foto

- {{ teamer.firstName }} @@ -177,4 +177,4 @@ {{ form_rest(form) }} {{ form_end(form) }} -{% endblock %} \ No newline at end of file +{% endblock %}