Improve miniconf forms
This commit is contained in:
		
							parent
							
								
									ed7ae7e3e5
								
							
						
					
					
						commit
						035a7b060f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -21,7 +21,7 @@ DEFAULT_FIELDS =  [
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
TALK_FORMAT_FIELDS = copy.copy(DEFAULT_FIELDS)
 | 
					TALK_FORMAT_FIELDS = copy.copy(DEFAULT_FIELDS)
 | 
				
			||||||
TALK_FORMAT_FIELDS.append("talk_format")
 | 
					TALK_FORMAT_FIELDS.insert(2, "talk_format")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class ProposalForm(forms.ModelForm):
 | 
					class ProposalForm(forms.ModelForm):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue