diff --git a/templates/booking/_participant_form.html.twig b/templates/booking/_participant_form.html.twig index 9544a9c..bfd7665 100644 --- a/templates/booking/_participant_form.html.twig +++ b/templates/booking/_participant_form.html.twig @@ -560,6 +560,12 @@ {% if form.insurance is defined %} {{ form_errors(form.insurance) }} {{ form_help(form.insurance) }} +
+ + + + Eine Versicherung kann nur abgeschlossen werden, wenn Dein Wohnsitz in Deutschland ist. +
{% endif %} {% endif %}