mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 17:50:16 -04:00
feat(destinations): remove last mention of CEEB
aside from the management command, of course -- oops
This commit is contained in:
parent
16a0def240
commit
15a114cf61
|
@ -20,7 +20,7 @@
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<div class="input-group-text"><label for="search"><i class="fas fa-search" aria-label="Search"></i></label></div>
|
<div class="input-group-text"><label for="search"><i class="fas fa-search" aria-label="Search"></i></label></div>
|
||||||
<input type="search" name="q" id="search" data-toggle="tooltip" data-bs-placement="bottom"
|
<input type="search" name="q" id="search" data-toggle="tooltip" data-bs-placement="bottom"
|
||||||
title="Filter by college name, CEEB code, city, or state abbreviation" aria-label="Search"
|
title="Filter by college name, city, or state abbreviation" aria-label="Search"
|
||||||
class="form-control" placeholder="Search" value="{{ search_query }}">
|
class="form-control" placeholder="Search" value="{{ search_query }}">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">University Name, Location, CEEB code</th>
|
<th scope="col">University Name, Location</th>
|
||||||
<th scope="col">Total Applications</th>
|
<th scope="col">Total Applications</th>
|
||||||
<th scope="col">Attending</th>
|
<th scope="col">Attending</th>
|
||||||
<th scope="col">Admitted</th>
|
<th scope="col">Admitted</th>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user