Changeset - 31c265a6b841
[Not reviewed]
0 3 0
Joel Addison - 2 years ago 2021-11-27 06:36:16
joel@addison.net.au
Adjust attendee profile
3 files changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
pinaxcon/registrasion/forms.py
Show inline comments
...
 
@@ -26,5 +26,4 @@ class ProfileForm(forms.ModelForm):
 
            'attendee',
 
            'of_legal_age',
 
            'dietary_restrictions',
 
            'children',
 
            'lca_chat',
 
            'future_conference',
pinaxcon/registrasion/models.py
Show inline comments
...
 
@@ -153,3 +153,3 @@ class AttendeeProfile(rego.AttendeeProfileBase):
 
                  "allow us to cater for you at venues that serve alcohol.",
 
        blank=True, # LCA2022 - not needed.
 
        blank=True,
 
        default=False,
vendor/regidesk/regidesk/templates/regidesk/ci_overview.html
Show inline comments
...
 
@@ -47,2 +47,3 @@
 
            <dd class="col-sm-9">{{ pdns_count }}</dd>
 
            {% endcomment %}
 

	
...
 
@@ -50,3 +51,2 @@
 
            <dd class="col-sm-9">{% if user.attendee.attendeeprofilebase.attendeeprofile.of_legal_age %}Yes{% else %}<strong class="red">NO</strong>{% endif %}</dd>
 
            {% endcomment %}
 

	
0 comments (0 inline, 0 general)