Fix typo
This commit is contained in:
parent
445564b98e
commit
200496031c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class LegalIssuesProposalForm(MiniconfProposalForm):
|
||||||
fields = TALK_FORMAT_FIELDS
|
fields = TALK_FORMAT_FIELDS
|
||||||
|
|
||||||
|
|
||||||
class LinuxKernalProposalForm(MiniconfProposalForm):
|
class LinuxKernelProposalForm(MiniconfProposalForm):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = models.LinuxKernalProposal
|
model = models.LinuxKernalProposal
|
||||||
fields = TALK_FORMAT_FIELDS
|
fields = TALK_FORMAT_FIELDS
|
||||||
|
|
Loading…
Add table
Reference in a new issue