Skip to content

Commit bdb1e09

Browse files
nutrinaGerald Iakobinyi-Pich
andauthored
Have fixed rendering issues, by hardcoding # for the href ... this is a temporary measure to get rid of the 500 error returned (#10612)
Co-authored-by: Gerald Iakobinyi-Pich <gerald@gitcoin.co>
1 parent bad9818 commit bdb1e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/grants/templates/grants/hall_of_fame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2 class="hof-section-title text-center pt-sm-4 mb-0">{%trans "Grants Hall of F
6868
</div>
6969
</div>
7070
<div class="text-center pt-4 pt-sm-3">
71-
<a class="btn btn-primary btn-lg" href="{%url 'grants:new_matching_partner' %}">
71+
<a class="btn btn-primary btn-lg" href="#">
7272
Join the Funder's League
7373
</a>
7474
</div>

app/retail/templates/jtbd/fund.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ <h4 class="py-2 font-weight-normal">Become a matching partner</h4>
266266
<p class="font-bigger-1">Pledge your support to public goods development by contributing to the match pool.</p>
267267
</div>
268268
<div>
269-
<a class="col-12 col-md-auto btn btn-primary btn-lg btn-cta py-2" href="{% url 'social:begin' 'github' %}?next={% url 'grants:new_matching_partner' %}">Pledge support</a>
269+
<a class="col-12 col-md-auto btn btn-primary btn-lg btn-cta py-2" href="#">Pledge support</a>
270270

271271
</div>
272272
</div>

0 commit comments

Comments
 (0)