Skip to content
Snippets Groups Projects
Commit 6fb0d0a1 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

added fields to forms

parent 27cc9438
No related branches found
No related tags found
No related merge requests found
......@@ -33,13 +33,16 @@ class FormWithButton(ModelForm):
class MusicFocusForm(FormWithButton):
class Meta:
model = MusicFocus
fields = '__all__'
class ShowInformationForm(FormWithButton):
class Meta:
model = ShowInformation
fields = '__all__'
class ShowTopicForm(FormWithButton):
class Meta:
model = ShowTopic
fields = '__all__'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment