Last minute fixes to get miniconf cfp going (form fields missing)
This commit is contained in:
		
							parent
							
								
									25c6dd666f
								
							
						
					
					
						commit
						52d443790f
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		|  | @ -135,6 +135,7 @@ class RadioProposalForm(ProposalForm): | |||
|         model = OpenRadioProposal | ||||
|         fields = [ | ||||
|             "title", | ||||
|             "target_audience",   | ||||
|             "abstract", | ||||
|             "private_abstract", | ||||
|             "technical_requirements", | ||||
|  | @ -156,6 +157,7 @@ class KernelProposalForm(ProposalForm): | |||
|         model = KernelProposal | ||||
|         fields = [ | ||||
|             "title", | ||||
|             "target_audience",   | ||||
|             "abstract", | ||||
|             "private_abstract", | ||||
|             "technical_requirements", | ||||
|  | @ -177,6 +179,7 @@ class WootconfProposalForm(ProposalForm): | |||
|         model = WootconfProposal | ||||
|         fields = [ | ||||
|             "title", | ||||
|             "target_audience",   | ||||
|             "abstract", | ||||
|             "private_abstract", | ||||
|             "technical_requirements", | ||||
|  | @ -198,6 +201,7 @@ class SecurityProposalForm(ProposalForm): | |||
|         model = SecurityProposal | ||||
|         fields = [ | ||||
|             "title", | ||||
|             "target_audience",   | ||||
|             "abstract", | ||||
|             "private_abstract", | ||||
|             "technical_requirements", | ||||
|  |  | |||
|  | @ -254,7 +254,7 @@ PROPOSAL_FORMS = { | |||
|     "tutorial": "pinaxcon.proposals.forms.TutorialProposalForm", | ||||
|     "miniconf": "pinaxcon.proposals.forms.MiniconfProposalForm", | ||||
|     "sysadmin-miniconf": "pinaxcon.proposals.forms.SysAdminProposalForm", | ||||
|     "radio-miniconf": "pinaxcon.proposals.forms.RadioProposalForm", | ||||
|     "openradio-miniconf": "pinaxcon.proposals.forms.RadioProposalForm", | ||||
|     "wootconf-miniconf": "pinaxcon.proposals.forms.WootconfProposalForm", | ||||
|     "writethedocs-miniconf": "pinaxcon.proposals.forms.WriteTheDocsProposalForm", | ||||
|     "security-miniconf": "pinaxcon.proposals.forms.SecurityProposalForm", | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Scott Bragg
						Scott Bragg