SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e1b0d8cc authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Remove redundant code

parent de485513
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ class ProductionEventForm(forms.ModelForm):
'duration'
)
widgets = {
'stream': forms.HiddenInput(),
'comments': forms.Textarea(attrs={'rows': 4}),
'duration': forms.TextInput(attrs={'placeholder': 'HH:MM:SS'})
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment