diff --git a/src/bornhack/forms.py b/src/bornhack/forms.py index 9aa8b81b..0b8d2e4a 100644 --- a/src/bornhack/forms.py +++ b/src/bornhack/forms.py @@ -5,7 +5,7 @@ from django.core.exceptions import ValidationError class AllAuthSignupCaptchaForm(forms.Form): first_bornhack_year = forms.CharField( initial="", - help_text="Please help us prevent a few bot signups by telling us the year of the first BornHack.", + help_text="Please help us prevent a few bot signups by telling us the year of the first BornHack. You can find a list of all BornHack events in the camp list.", ) def clean_first_bornhack_year(self):