Forgot something.

This commit is contained in:
Víðir Valberg Guðmundsson 2018-08-18 16:55:33 +02:00
parent f15f878508
commit 84fff61ddb

View file

@ -104,7 +104,7 @@ class ManageProposalsView(ContentTeamMixin, ListView):
return context return context
class ProposalManageView(BackofficeViewMixin, UpdateView): class ProposalManageView(ContentTeamMixin, UpdateView):
""" """
This class contains the shared logic between SpeakerProposalManageView and EventProposalManageView This class contains the shared logic between SpeakerProposalManageView and EventProposalManageView
""" """