Todo reminder

This commit is contained in:
Borgal
2025-10-30 03:15:32 +01:00
parent 7393378a02
commit 5574ee031b

View File

@@ -332,7 +332,7 @@ $german_weekdays = [
</div>
</div>
<!-- TODO: -->
<!-- TODO: Fehler, wenn Kommentar weggelassen wird-->
<div class="d-flex justify-content-center pt-2 pb-3" style="max-width: 500px; margin-left: auto; margin-right: auto; flex-direction: column; align-items: center;" <!-- inline-css-ok -->
<?php if ($user_attendance_status === 'accepted'): ?>
@@ -371,7 +371,7 @@ $german_weekdays = [
<?php endif; ?>
<div class="d-flex justify-content-center my-3" style="max-width: 500px; margin-left: auto; margin-right: auto;">
<a href="admin/participant.php?id=<?= htmlspecialchars($row['id']) ?>" class="btn btn-sm btn-outline-secondary">Teilnahme eintragen</a>
<a href="participant.php?id=<?= htmlspecialchars($row['id']) ?>" class="btn btn-sm btn-outline-secondary">Teilnahme eintragen</a>
</div>
<!-- Teilnehmerübersicht -->