Fix typo
This commit is contained in:
parent
e63b98394b
commit
174dcfe735
1 changed files with 0 additions and 4 deletions
|
|
@ -131,10 +131,6 @@ class StudentPresentationsProposalForm(MiniconfProposalForm):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = models.StudentPresentationsProposal
|
model = models.StudentPresentationsProposal
|
||||||
fields = TALK_FORMAT_FIELDS
|
fields = TALK_FORMAT_FIELDS
|
||||||
class ProposalForm(MiniconfProposalForm):
|
|
||||||
class Meta:
|
|
||||||
model = models.Proposal
|
|
||||||
fields = TALK_FORMAT_FIELDS
|
|
||||||
|
|
||||||
|
|
||||||
class GNUToolchainProposalForm(MiniconfProposalForm):
|
class GNUToolchainProposalForm(MiniconfProposalForm):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue