Forgot something.

This commit is contained in:
Víðir Valberg Guðmundsson 2018-08-18 16:55:33 +02:00
parent f15f878508
commit 84fff61ddb
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""