Fixed import (#72)

* Games Miniconf CFP

* Fixed CFPs using the wrong base class

* Forgot to import the model
This commit is contained in:
Scott Bragg 2016-09-25 16:02:14 +10:00 committed by GitHub
parent 7115ced57c
commit 9dc93ea49a

View file

@ -5,6 +5,7 @@ from pinaxcon import widgets
from .models import TalkProposal, TutorialProposal, MiniconfProposal
from .models import SysAdminProposal, WriteTheDocsProposal, WootconfProposal
from .models import KernelProposal, OpenRadioProposal, SecurityProposal
from .models import GamesProposal
class ProposalForm(forms.ModelForm):