Skip to content

Commit 1c721b4

Browse files
committed
more grant stuff
1 parent 5d34218 commit 1c721b4

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

app/grants/templates/grants/shared/landing_subnav.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,12 @@
2222
<option value="-weighted_risk_score">{% trans "Weighted Risk Score" %}</option>
2323
<option value="-sybil_score">{% trans "Sybil Score" %}</option>
2424
{% endif %}
25-
<option value="-weighted_shuffle">{% trans "Weighted Shuffle:Lowest First" %}</option>
26-
<option value="-clr_prediction_curve__0__1">{% trans "Round 6 - Match Estimate: Highest" %}</option>
27-
<option value="-amount_received_in_round">{% trans "Round 6 - Amount Raised : Highest" %}</option>
28-
<option value="-positive_round_contributor_count">{% trans "Round 6 - Contributors: Highest" %}</option>
29-
{% if type == 'media' %}
30-
<option value="-negative_round_contributor_count">{% trans "Round 6 - Negative Contributors: Highest" %}</option>
31-
{% endif %}
25+
<option value="-clr_prediction_curve__0__1">{% trans "Round 6 - Match Estimate" %}</option>
26+
<option value="-amount_received_in_round">{% trans "Round 6 - Amount Raised" %}</option>
27+
<option value="-positive_round_contributor_count">{% trans "Round 6 - Contributors" %}</option>
3228
<option value="-created_on">{% trans "Created: Recent" %}</option>
3329
<option value="created_on">{% trans "Created: Oldest" %}</option>
3430
<option value="-amount_received">{% trans " Alltime Amount Raised: Highest" %}</option>
35-
<option value="amount_received">{% trans " Alltime Amount Raised: Lowest" %}</option>
3631
<option value="-contribution_count">{% trans "Most Contributions Alltime" %}</option>
3732
<option value="-contributor_count">{% trans "Most Contributors Alltime" %}</option>
3833
</select>

0 commit comments

Comments
 (0)