Skip to content

Commit 6d009d0

Browse files
author
prestonmhorne
authored
Update dashboard.html
1 parent 0907e17 commit 6d009d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contestadmin/templates/contestadmin/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1 class="text-center">Contest Dashboard</h1>
211211
<div class="card-header font-weight-bold bg-secondary text-white" data-toggle="collapse" data-target="#collapseVolunteer" aria-expanded="true" aria-controls="collapseVolunteer" style="cursor: pointer;">
212212
<i class="fa-solid fa-handshake-simple fa-fw"></i> Volunteers
213213
</div>
214-
<div id="collapseVolunteer" class="collapse show" data-parent="#accordionVolunteer">
214+
<div id="collapseVolunteer" class="collapse" data-parent="#accordionVolunteer">
215215
<div class="card-body overflow-auto">
216216
<div class="row justify-content-center">
217217
<div class="col-12">

0 commit comments

Comments
 (0)