diff --git a/pinaxcon/registrasion/models.py b/pinaxcon/registrasion/models.py index e10c59d534e0c393bc9a32fb000df87067932e71..276641e28a87dd7f7a6cea4dae526ebdae2196f6 100644 --- a/pinaxcon/registrasion/models.py +++ b/pinaxcon/registrasion/models.py @@ -140,7 +140,6 @@ class AttendeeProfile(rego.AttendeeProfileBase): state = models.CharField( max_length=256, verbose_name="State/Territory/Province", - help_text="If your Country is Australia, you must list a state.", blank=True, )