Changeset - 20d7b43efcb1
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 12 months ago 2023-04-24 22:07:36
ben@sturm.com.au
Update question about indicating any use of proprietary software
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/proposals/forms.py
Show inline comments
...
 
@@ -32,7 +32,7 @@ class ProposalForm(forms.ModelForm):
 

	
 
    required_css_class = 'label-required'
 
    indicate_use_of_proprietary_software = forms.BooleanField(
 
        help_text="Attendees at FOSSY need to be able to assume that any software mentioned is FOSS by default. I understand that I must indicate the use of any proprietary software on slides and any physical materials present.")
 
        help_text="Attendees expect to see only FOSS presented at all FOSSY talks. I affirm that I will clearly mark any proprietary and/or trade secret software on talk slides, in any printed materially and will verbally indicate any non-FOSS mentioned in my talk.")
 

	
 

	
 
    def clean_description(self):
0 comments (0 inline, 0 general)