elaborate captcha helptext with a hint due to popular demand
This commit is contained in:
parent
4b5ff018b0
commit
b2fc598c27
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue