Skip to content

Commit

Permalink
Add a link to Individual membership in the site footer
Browse files Browse the repository at this point in the history
Finding information about Individual membership can be difficult if one
does not already know where to look. The current path to this page from
the homepage is via the footer at Learn More -> Django Software
Foundation -> Individual Members. This change is in the same spirit as
pull request #1461, which added a link to the Corporate membership page
in the footer for similar discoverability reasons.
  • Loading branch information
jonafato authored and bmispelon committed Nov 8, 2024
1 parent 95f2767 commit 538d2e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions djangoproject/templates/includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h2>Get Involved</h2>
<li><a
href="{% url 'document-detail' lang='en' version='dev' url="internals/security" host 'docs' %}#reporting-security-issues">Report
a Security Issue</a></li>
<li><a href="{% url 'members:individual-members' %}">Individual membership</a></li>
</ul>
</div>

Expand Down

0 comments on commit 538d2e6

Please sign in to comment.