From b69ffb8d96e8aa2241731a2a4317e83a725a906a Mon Sep 17 00:00:00 2001 From: Matt Young Date: Thu, 31 Oct 2024 22:59:28 -0500 Subject: [PATCH] Cleanup development testing code --- resources/views/admin/students/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/admin/students/edit.blade.php b/resources/views/admin/students/edit.blade.php index 555a41d..c908aa4 100644 --- a/resources/views/admin/students/edit.blade.php +++ b/resources/views/admin/students/edit.blade.php @@ -54,7 +54,7 @@ @foreach($event_entries[$event->id] as $entry) - {{ $entry->id }} {{ $entry->doubler_decision_frozen ? 'FROZEN':'FLEXIBLE' }} + {{ $entry->id }} {{ $entry->audition->name }} {{ $entry->draw_number }}