Hide Linux Australia-specific questions, update registration changes date

This commit is contained in:
Ben Sturmfels 2023-04-20 11:21:14 +10:00
parent dd23015270
commit c01dad66f7
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
3 changed files with 3 additions and 2 deletions

View file

@ -28,6 +28,8 @@ class ProfileForm(forms.ModelForm):
'lca_announce',
'lca_chat',
'future_conference',
'linux_australia',
'past_lca',
]
widgets = {
'past_lca': forms.widgets.CheckboxSelectMultiple

View file

@ -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,
)

View file

@ -348,7 +348,7 @@ def _guided_registration_profile_and_voucher(request):
title="Profile and Personal Information",
form=profile_form,
description=("<div class=\"text-info\"><em>You can come back and edit these details any time before "
"March 10 2023.</em></div>"),
"June 6 2023.</em></div>"),
)
return [voucher_section, profile_section]