Skip to content

Commit

Permalink
make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Mar 13, 2019
1 parent bd9ad99 commit 749c664
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/grants/templates/grants/detail/matching.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
This grant is accepting Matching Contributions
</p>
<p style="color: #4A4A4A;" class="mt-1 mb-2">
Contribute from 3/9 to 4/19 and have up to $50k in contributions matched.
Contribute from 3/6 to 4/19 and have up to $50k in contributions matched.
</p>
{% endif %}

Expand Down
2 changes: 1 addition & 1 deletion app/grants/templates/grants/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1 class="font-title-xl">{% trans 'Provide sustainable funding for Open Source
<div class="row">
<div class="col-md-6">
<h2>Round 2 of Matching is Live Now!</h2>
<h5>Contribute from 3/9 to 4/19 and have up to $50k in contributions matched.</h5>
<h5>Contribute from 3/6 to 4/19 and have up to $50k in contributions matched.</h5>
<p>A special thanks to the following partners who have offered to match contributions to Gitcoin Grants. <a href="https://medium.com/gitcoin/gitcoin-grants-50k-oss-fund-e20e09dc2110">(Read Announcement Here)</a></p>

<ul class="nav nav-tabs my-5" role="tablist">
Expand Down
1 change: 1 addition & 0 deletions app/grants/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def grants(request):
'sort': sort,
'network': network,
'keyword': keyword,
'clr_matching_banners_style': clr_matching_banners_style,
'nav_options': nav_options,
'current_partners': partners.filter(end_date__gte=now).order_by('-amount'),
'past_partners': partners.filter(end_date__lt=now).order_by('-amount'),
Expand Down

0 comments on commit 749c664

Please sign in to comment.