Skip to content

Commit

Permalink
Merge pull request #208 from aiarena/staging
Browse files Browse the repository at this point in the history
Release v1.3.6
  • Loading branch information
lladdy authored Feb 3, 2021
2 parents 75e3420 + dcd3233 commit 4de9fe0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions aiarena/frontend/templates/bot.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,16 +244,16 @@
<label for="{{ filter.form.match_type.id_for_label }}">Match Type:</label>
{{ filter.form.match_type }}
</div>
<div class="flex-row-short" style="width: 17%">
{{ filter.form.competition.errors }}
<label for="{{ filter.form.competition.id_for_label }}">Competition:</label>
{{ filter.form.competition }}
</div>
<div class="flex-row-short" style="width: 23%">
{{ filter.form.map.errors }}
<label for="{{ filter.form.map.id_for_label }}">Map:</label>
{{ filter.form.map }}
</div>
<div class="flex-row-short">
{{ filter.form.competition.errors }}
<label for="{{ filter.form.competition.id_for_label }}">Competition:</label>
{{ filter.form.competition }}
</div>
<div class="flex-row-half" style="width: 100%">
<input id=submit-button type="submit" value="Filter" />
</div>
Expand Down

0 comments on commit 4de9fe0

Please sign in to comment.