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 %}
-
) }})
{% 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 %}
-
@@ -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 %}
-
{% 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
-
@@ -177,4 +177,4 @@
{{ form_rest(form) }}
{{ form_end(form) }}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
|