Changeset - 035a7b060f18
[Not reviewed]
0 1 0
Tobias - 6 years ago 2018-09-30 04:04:28
tobias@localhost.localdomain
Improve miniconf forms
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/proposals/forms.py
Show inline comments
...
 
@@ -21,7 +21,7 @@ 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):
 

	
0 comments (0 inline, 0 general)