Skip to content

Commit d4a8bce

Browse files
committed
update Basic Membership Form header text
1 parent 43b22c1 commit d4a8bce

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed

templates/users/membership_form.html

+29-9
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,39 @@ <h1 class="default-title">Register to become a PSF Basic Member</h1>
1919
{% endif %}
2020

2121
<div class="info">
22+
23+
<p>
24+
Your Basic Membership information is managed here.
25+
</p>
26+
27+
<p>
28+
To manage your Supporting and Contributing Memberships, visit <a href="https://psfmember.org/user-information/">psfmember.org</a>.
29+
</p>
30+
31+
<p>
32+
Voting in PSF elections requires a Supporting, Contributing, or Fellow Membership.
33+
<b>Basic Membership is not a voting class</b>.
34+
To learn more about PSF Membership classes, and to enroll as a Supporting or Contributing Member,
35+
visit <a href="https://www.python.org/psf/membership/">Our Membership Page</a>.
36+
</p>
37+
2238
<p>
23-
Basic membership is <b>not a voting membership class</b>.<br>For more information see Article IV
24-
of the <a href="https://www.python.org/psf/bylaws/">PSF Bylaws</a>.
39+
This site (python.org), will list you as a Basic Member
40+
even if you are a Supporting, Contribution, or Fellowship member
41+
because the voting tiers of membership are managed on the separate,
42+
<a href="https://www.psfmember.org">psfmember.org</a> website.
43+
To affirm your PSF Voting Eligibility you will need to use
44+
<a href="https://psfmember.org/civicrm/votingaffirmation/">psfmember.org</a>.
2545
</p>
46+
2647
<p>
27-
All other membership classes are recorded on <a href="https://psfmember.org">psfmember.org</a>.<br>
28-
Please log in there and review your <a href="https://psfmember.org/user-information/">user profile</a>
29-
to see your membership status.<br>
30-
If you believe you are a member but do not have an account on psfmember.org, please
31-
<a href="https://psfmember.org/wp-login.php?action=register">create an account</a> and verify your
32-
email, then email <a href="mailto:[email protected]">[email protected]</a> to get your account linked to your membership.
48+
If you believe you are a Supporting, Contributing, or Fellow Member
49+
but do not have an account on <a href="https://www.psfmember.org">psfmember.org</a>,
50+
please create an account and verify your email,
51+
then email <a href="mailto:[email protected]">[email protected]</a>
52+
to have your account linked to your membership.
3353
</p>
34-
<p>For more information and to sign up for other kinds of PSF membership, visit our <a href="https://www.python.org/psf/membership/">Membership Page</a>.</p>
54+
3555
</div>
3656

3757
{% if form.errors %}

0 commit comments

Comments
 (0)