Hide Linux Australia-specific questions, update registration changes date
This commit is contained in:
parent
dd23015270
commit
c01dad66f7
3 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,8 @@ class ProfileForm(forms.ModelForm):
|
||||||
'lca_announce',
|
'lca_announce',
|
||||||
'lca_chat',
|
'lca_chat',
|
||||||
'future_conference',
|
'future_conference',
|
||||||
|
'linux_australia',
|
||||||
|
'past_lca',
|
||||||
]
|
]
|
||||||
widgets = {
|
widgets = {
|
||||||
'past_lca': forms.widgets.CheckboxSelectMultiple
|
'past_lca': forms.widgets.CheckboxSelectMultiple
|
||||||
|
|
|
@ -140,7 +140,6 @@ class AttendeeProfile(rego.AttendeeProfileBase):
|
||||||
state = models.CharField(
|
state = models.CharField(
|
||||||
max_length=256,
|
max_length=256,
|
||||||
verbose_name="State/Territory/Province",
|
verbose_name="State/Territory/Province",
|
||||||
help_text="If your Country is Australia, you must list a state.",
|
|
||||||
blank=True,
|
blank=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
2
vendor/registrasion/registrasion/views.py
vendored
2
vendor/registrasion/registrasion/views.py
vendored
|
@ -348,7 +348,7 @@ def _guided_registration_profile_and_voucher(request):
|
||||||
title="Profile and Personal Information",
|
title="Profile and Personal Information",
|
||||||
form=profile_form,
|
form=profile_form,
|
||||||
description=("<div class=\"text-info\"><em>You can come back and edit these details any time before "
|
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]
|
return [voucher_section, profile_section]
|
||||||
|
|
Loading…
Reference in a new issue