diff --git a/app/views/my_courses/_course.php b/app/views/my_courses/_course.php index cea4199121f10d0e5a0f8d21f190f11d2a3c639f..9ec7d063f4c7e40728612497f36642a0283b8854 100644 --- a/app/views/my_courses/_course.php +++ b/app/views/my_courses/_course.php @@ -67,7 +67,7 @@ <?= Icon::create('door-leave+decline', 'inactive', ['title' => _("Die Teilnahme ist bindend. Bitte wenden Sie sich an die Lehrenden.")])->asImg(20) ?> </a> <? - else : ?> + elseif (!$values['is_group']) : ?> <a href="<?= $controller->link_for('my_courses/decline', $course['seminar_id'], ['cmd' => 'suppose_to_kill']) ?>"> <?= Icon::create('door-leave', 'inactive', ['title' => _("aus der Veranstaltung abmelden")])->asImg(20) ?> </a>