Skip to content

Commit 69b9461

Browse files
azeemansardi
authored andcommitted
Add link to PSF in footer (#4439)
1 parent aeaef72 commit 69b9461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ <h2>Using PyPI</h2>
284284
<br>
285285
<a href="https://donate.pypi.org">Donate today!</a>
286286
</p>
287-
<p>© {{ now()|format_date('yyyy') }} Python Software Foundation</p>
287+
<p>© {{ now()|format_date('yyyy') }} <a href="https://www.python.org/psf/">Python Software Foundation</a></p>
288288
</div>
289289

290290
<div class="centered hide-on-desktop">

0 commit comments

Comments
 (0)