Skip to content

Commit 7b415ff

Browse files
committed
Add a link to Individual membership in the site footer
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.
1 parent 95f2767 commit 7b415ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

djangoproject/templates/includes/footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ <h2>Get Involved</h2>
2929
<li><a
3030
href="{% url 'document-detail' lang='en' version='dev' url="internals/security" host 'docs' %}#reporting-security-issues">Report
3131
a Security Issue</a></li>
32+
<li><a href="{% url 'members:individual-members' %}">Individual membership</a></li>
3233
</ul>
3334
</div>
3435

0 commit comments

Comments
 (0)