From 4dc977f0d7a54a1b577678e0aa4b5bf445ca4331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 2 Sep 2025 09:33:27 +0200 Subject: [PATCH] fix: adjust template to removed form field --- templates/teamer/profile/skills.html.twig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/teamer/profile/skills.html.twig b/templates/teamer/profile/skills.html.twig index 9049986..7e36c83 100644 --- a/templates/teamer/profile/skills.html.twig +++ b/templates/teamer/profile/skills.html.twig @@ -79,9 +79,6 @@ Sonstiges
-
- {{ form_row(form.status) }} -
{{ form_row(form.remarks) }}
@@ -92,4 +89,4 @@ {{ form_rest(form) }} {{ form_end(form) }} -{% endblock %} \ No newline at end of file +{% endblock %}