From e5d970333f81b20166aab140fee55b33a7f9c0cf Mon Sep 17 00:00:00 2001 From: Bandie Date: Sun, 29 Mar 2026 23:44:49 +0200 Subject: [PATCH] Kein Impressum, aber... --- lang/de/app.php | 3 ++- lang/en/app.php | 3 ++- resources/views/content/imprint.blade.php | 8 ++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lang/de/app.php b/lang/de/app.php index 605dbf2..2dcdedc 100644 --- a/lang/de/app.php +++ b/lang/de/app.php @@ -71,7 +71,8 @@ return [ 'alt' => 'Ernsthaftigkeit', 'content' => 'Hiermit weisen wir darauf hin, dass es sich bei dieser Platform um ein Projekt des Chaos Computer Clubs handelt, welche keine rechtlich geltenden Dokumente ausstellt.
Es handelt sich weder um echte Dienstleistungen im gewerblichen Sinne, noch um geschäftsmäßige Dienste. -
Aus diesem Grund entfällt die Impressumspflicht.' +
Aus diesem Grund entfällt die Impressumspflicht. +

Dennoch geben wir freiwillig Kontaktinformationen an:' ], 'contact' => [ 'title' => 'Kontakt', diff --git a/lang/en/app.php b/lang/en/app.php index c93b851..020d574 100644 --- a/lang/en/app.php +++ b/lang/en/app.php @@ -71,7 +71,8 @@ return [ 'alt' => 'Serious business', 'content' => 'We hereby inform you that this platform is a project of the Chaos Computer Club and does not issue any legally binding documents.
It does not constitute genuine commercial services or business-related services. -
Therefore, the legal requirement to provide an imprint does not apply.' +
Therefore, the legal requirement to provide an imprint does not apply. +

However, we are happy to provide you with contact information:' ], 'contact' => [ 'title' => 'Contact', diff --git a/resources/views/content/imprint.blade.php b/resources/views/content/imprint.blade.php index ad1b51c..0fab3ec 100644 --- a/resources/views/content/imprint.blade.php +++ b/resources/views/content/imprint.blade.php @@ -7,4 +7,12 @@

{{ __('app.imprint.title') }}


{!! __('app.imprint.content') !!}

+
+ Chaos Computer Club Essen / foobar e.V.
+ C3Gov
+ Sibyllastr. 9
+ 45136 Essen
+ Germany
+
+
@endsection