File diff dd23015270d2 → c01dad66f78d
pinaxcon/registrasion/models.py
Show inline comments
...
 
@@ -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,
 
    )