Todo reminder
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user