summaryrefslogtreecommitdiff
path: root/members
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-11-28 15:03:48 +0100
committerSaptak Sengupta <saptak013@gmail.com>2025-12-18 15:22:30 +0530
commita29ae32066bf63d2dfabaefe9ea227d4cb63fc0f (patch)
treea297790a733954c4b83fcf35a6fd41fadfad099c /members
parent114ffb4627710067e6b832e0ae68d02d97fd40e7 (diff)
Removed relative urls.
Diffstat (limited to 'members')
-rw-r--r--members/forms.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/members/forms.py b/members/forms.py
index 095edcb6..3124ae7b 100644
--- a/members/forms.py
+++ b/members/forms.py
@@ -53,7 +53,7 @@ class CorporateMemberSignUpForm(forms.ModelForm):
)
self.fields["description"].help_text = _(
"""We'll use this text on the
- <a href="/foundation/corporate-members/">
+ <a href="https://www.djangoproject.com/foundation/corporate-members/">
corporate membership page</a>; you can use the existing descriptions
as a guide for flavor we're looking for."""
)
@@ -67,9 +67,9 @@ class CorporateMemberSignUpForm(forms.ModelForm):
self.fields["amount"].help_text = _(
"""Enter an amount above and the appropriate membership level will
be automatically selected. Or select a membership level below and
- the minimum donation will be entered for you. See
- <a href="/foundation/corporate-membership/#dues">dues</a> for
- details on the levels."""
+ the minimum donation will be entered for you. See <a
+ href="https://www.djangoproject.com/foundation/corporate-membership/#dues"
+ >dues</a> for details on the levels."""
)
class Meta: