elaborate captcha helptext with a hint due to popular demand

This commit is contained in:
Thomas Steen Rasmussen 2021-07-11 02:28:44 +02:00
parent 4b5ff018b0
commit b2fc598c27
1 changed files with 1 additions and 1 deletions

View File

@ -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 <a href='/camps/'>camp list</a>.",
)
def clean_first_bornhack_year(self):