Forgot something.
This commit is contained in:
parent
f15f878508
commit
84fff61ddb
|
@ -104,7 +104,7 @@ class ManageProposalsView(ContentTeamMixin, ListView):
|
|||
return context
|
||||
|
||||
|
||||
class ProposalManageView(BackofficeViewMixin, UpdateView):
|
||||
class ProposalManageView(ContentTeamMixin, UpdateView):
|
||||
"""
|
||||
This class contains the shared logic between SpeakerProposalManageView and EventProposalManageView
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue