File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
djangoproject/templates/includes Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ {% load hosts %}
2
+
1
3
< footer >
2
4
< div class ="subfooter ">
3
5
< div class ="container ">
@@ -59,9 +61,9 @@ <h3>Follow Us</h3>
59
61
< h3 > Support Us</ h3 >
60
62
< ul >
61
63
< li > < a href ="{% url "fundraising:index " %}"> Sponsor Django</ a > </ li >
62
- < li > < a href ="/ foundation/corporate-membership/ "> Corporate membership</ a > </ li >
64
+ < li > < a href ="{% host_url " homepage " host "www" %} foundation/corporate-membership/"> Corporate membership</ a > </ li >
63
65
< li > < a href ="https://django.threadless.com/ " target ="_blank "> Official merchandise store</ a > </ li >
64
- < li > < a href ="/ foundation/donate/#benevity-giving "> Benevity Workplace Giving Program</ a > </ li >
66
+ < li > < a href ="{% host_url " homepage " host "www" %} foundation/donate/#benevity-giving"> Benevity Workplace Giving Program</ a > </ li >
65
67
</ ul >
66
68
</ div >
67
69
</ div >
You can’t perform that action at this time.
0 commit comments