Skip to content

Commit

Permalink
more grant stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jul 3, 2020
1 parent 5d34218 commit 1c721b4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions app/grants/templates/grants/shared/landing_subnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,12 @@
<option value="-weighted_risk_score">{% trans "Weighted Risk Score" %}</option>
<option value="-sybil_score">{% trans "Sybil Score" %}</option>
{% endif %}
<option value="-weighted_shuffle">{% trans "Weighted Shuffle:Lowest First" %}</option>
<option value="-clr_prediction_curve__0__1">{% trans "Round 6 - Match Estimate: Highest" %}</option>
<option value="-amount_received_in_round">{% trans "Round 6 - Amount Raised : Highest" %}</option>
<option value="-positive_round_contributor_count">{% trans "Round 6 - Contributors: Highest" %}</option>
{% if type == 'media' %}
<option value="-negative_round_contributor_count">{% trans "Round 6 - Negative Contributors: Highest" %}</option>
{% endif %}
<option value="-clr_prediction_curve__0__1">{% trans "Round 6 - Match Estimate" %}</option>
<option value="-amount_received_in_round">{% trans "Round 6 - Amount Raised" %}</option>
<option value="-positive_round_contributor_count">{% trans "Round 6 - Contributors" %}</option>
<option value="-created_on">{% trans "Created: Recent" %}</option>
<option value="created_on">{% trans "Created: Oldest" %}</option>
<option value="-amount_received">{% trans " Alltime Amount Raised: Highest" %}</option>
<option value="amount_received">{% trans " Alltime Amount Raised: Lowest" %}</option>
<option value="-contribution_count">{% trans "Most Contributions Alltime" %}</option>
<option value="-contributor_count">{% trans "Most Contributors Alltime" %}</option>
</select>
Expand Down

0 comments on commit 1c721b4

Please sign in to comment.