Skip to content

Commit 0943df2

Browse files
remove trailing , (#10267)
1 parent 2a02fcc commit 0943df2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/grants/templates/grants/landing/landing_qf_active.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ <h4 class="text-wrap gc-font-base font-weight-normal mb-5 text-grey-400">
4747
<a class="btn btn-lg btn-outline-primary ml-sm-3 d-block d-sm-inline mt-2 mt-sm-0" href="/grants/new">{% trans 'Create a Grant' %}</a>
4848
</div>
4949
<p>
50-
<a href="{% url 'grants:new_matching_partner' %}">{% trans "Join the funder's league" %}</a>,
51-
<!-- <a href="{% url 'grants:hall_of_fame' %}">{% trans "see the hall of fame" %}</a> -->
50+
<a href="{% url 'grants:new_matching_partner' %}">{% trans "Join the funder's league" %}</a>
5251
</p>
5352
</div>
5453
<div class="col-md">

0 commit comments

Comments
 (0)