Clean up HTML ids

admin-teams-pagination
Kevin Chung 2020-04-27 16:58:02 -04:00
parent e15d58bd11
commit d9e069933f
1 changed files with 3 additions and 3 deletions

View File

@ -34,11 +34,11 @@
</select>
</div>
<div class="form-group col-md-8">
<label for="team-name-search" class="sr-only">Parameter</label>
<input type="text" class="form-control w-100" id="team-name-search" name="q" placeholder="Search for matching teams" {% if q %}value="{{q}}"{% endif %}>
<label for="team-search" class="sr-only">Parameter</label>
<input type="text" class="form-control w-100" id="team-search" name="q" placeholder="Search for matching teams" {% if q %}value="{{q}}"{% endif %}>
</div>
<div class="form-group col-md-2">
<label for="team-name-search" class="sr-only">Search</label>
<label class="sr-only">Search</label>
<button type="submit" class="btn btn-primary w-100"><i class="fas fa-search" aria-hidden="true"></i></button>
</div>
</form>