feat(destinations): remove last mention of CEEB

aside from the management command, of course -- oops
This commit is contained in:
Shreyas Mayya 2023-04-08 19:44:31 -04:00
parent 16a0def240
commit 15a114cf61
No known key found for this signature in database
GPG Key ID: 42522E3641BA2E31

View File

@ -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>