Skip to content

Commit fea78cf

Browse files
committed
update user profile detail page
1 parent d4a8bce commit fea78cf

File tree

1 file changed

+36
-13
lines changed

1 file changed

+36
-13
lines changed

templates/users/user_detail.html

+36-13
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,43 @@
2424
<p><span class="profile-label"><span class="icon-python" aria-hidden="true"></span>PSF Basic Member?</span> {{ object.has_membership|yesno|capfirst }}</p>
2525
{% if object.has_membership %}
2626
<div style="margin-left: 1em;">
27-
<p>
28-
Basic membership is <b>not a voting membership class</b>.<br>For more information see Article IV
29-
of the <a href="https://www.python.org/psf/bylaws/">PSF Bylaws</a>.
30-
</p>
31-
<p>
32-
All other membership classes are recorded on <a href="https://psfmember.org">psfmember.org</a>.<br>
33-
Please log in there and review your <a href="https://psfmember.org/user-information/">user profile</a>
34-
to see your membership status.<br>
35-
If you believe you are a member but do not have an account on psfmember.org, please
36-
<a href="https://psfmember.org/wp-login.php?action=register">create an account</a> and verify your
37-
email, then email <a href="mailto:[email protected]">[email protected]</a> to get your account linked to your membership.
38-
</p>
27+
<div class="info">
28+
29+
<p>
30+
Your Basic Membership information is managed here.
31+
</p>
32+
33+
<p>
34+
To manage your Supporting and Contributing Memberships, visit <a href="https://psfmember.org/user-information/">psfmember.org</a>.
35+
</p>
36+
37+
<p>
38+
Voting in PSF elections requires a Supporting, Contributing, or Fellow Membership.
39+
<b>Basic Membership is not a voting class</b>.
40+
To learn more about PSF Membership classes, and to enroll as a Supporting or Contributing Member,
41+
visit <a href="https://www.python.org/psf/membership/">Our Membership Page</a>.
42+
</p>
43+
44+
<p>
45+
This site (python.org), will list you as a Basic Member
46+
even if you are a Supporting, Contribution, or Fellowship member
47+
because the voting tiers of membership are managed on the separate,
48+
<a href="https://www.psfmember.org">psfmember.org</a> website.
49+
To affirm your PSF Voting Eligibility you will need to use
50+
<a href="https://psfmember.org/civicrm/votingaffirmation/">psfmember.org</a>.
51+
</p>
52+
53+
<p>
54+
If you believe you are a Supporting, Contributing, or Fellow Member
55+
but do not have an account on <a href="https://www.psfmember.org">psfmember.org</a>,
56+
please create an account and verify your email,
57+
then email <a href="mailto:[email protected]">[email protected]</a>
58+
to have your account linked to your membership.
59+
</p>
60+
61+
</div>
3962
</div>
40-
{% endif %}
63+
{% endif %}
4164
</div>
4265
{% comment %}
4366
<div class="user-profile-location">

0 commit comments

Comments
 (0)