Skip to content

Commit

Permalink
Add 2018 earnings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Jan 29, 2018
1 parent f72653e commit 55dad83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/earnings.djhtml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ This is the template for the earnings of a player. It's called from ratings.view
<label for="year" class="inline-label">{% trans "Year:" %}</label>
<select name="year" class="form-control input-sm">
<option value="all" {% if filters.year == 'all' %}selected{% endif %}>{% trans "All" %}</option>
<option value="2018" {% if filters.year == '2018' %}selected{% endif %}>2018</option>
<option value="2017" {% if filters.year == '2017' %}selected{% endif %}>2017</option>
<option value="2016" {% if filters.year == '2016' %}selected{% endif %}>2016</option>
<option value="2015" {% if filters.year == '2015' %}selected{% endif %}>2015</option>
Expand Down

0 comments on commit 55dad83

Please sign in to comment.