Add Selenium track
This commit is contained in:
		
							parent
							
								
									1372f4d27b
								
							
						
					
					
						commit
						4a98404226
					
				
					 3 changed files with 12 additions and 0 deletions
				
			
		|  | @ -127,6 +127,12 @@ class RightToRepairProposalForm(MiniconfProposalForm): | |||
|         fields = TALK_FORMAT_FIELDS | ||||
| 
 | ||||
| 
 | ||||
| class SeleniumProposalForm(MiniconfProposalForm): | ||||
|     class Meta: | ||||
|         model = models.SeleniumProposal | ||||
|         fields = TALK_FORMAT_FIELDS | ||||
| 
 | ||||
| 
 | ||||
| class ScienceOfCommunityProposalForm(MiniconfProposalForm): | ||||
|     class Meta: | ||||
|         model = models.ScienceOfCommunityProposal | ||||
|  |  | |||
|  | @ -220,6 +220,11 @@ class ScienceOfCommunityProposal(MiniconfSessionProposal): | |||
|         verbose_name = "Science of Community talk proposal" | ||||
| 
 | ||||
| 
 | ||||
| class SeleniumProposal(MiniconfSessionProposal): | ||||
|     class Meta: | ||||
|         verbose_name = "Selenium talk proposal" | ||||
| 
 | ||||
| 
 | ||||
| class MemberProjectsProposal(MiniconfSessionProposal): | ||||
|     class Meta: | ||||
|         verbose_name = "SFC Member Projects talk proposal" | ||||
|  |  | |||
|  | @ -382,6 +382,7 @@ PROPOSAL_FORMS = { | |||
|     "mobile-device-user-freedom": "pinaxcon.proposals.forms.MobileDeviceUserFreedomProposalForm", | ||||
|     "reproducibility": "pinaxcon.proposals.forms.ReproducibilityProposalForm", | ||||
|     "right-to-repair": "pinaxcon.proposals.forms.RightToRepairProposalForm", | ||||
|     "selenium": "pinaxcon.proposals.forms.SeleniumProposalForm", | ||||
|     "science-of-community": "pinaxcon.proposals.forms.ScienceOfCommunityProposalForm", | ||||
|     "member-projects": "pinaxcon.proposals.forms.MemberProjectsProposalForm", | ||||
|     "supporting-user-groups": "pinaxcon.proposals.forms.SupportingUserGroupsProposalForm", | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue