We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7460e commit 8e9216fCopy full SHA for 8e9216f
src/proposals/views/speakers.py
@@ -71,7 +71,7 @@ class TutorialProposalManageSpeakersView(ProposalManageSpeakersView):
71
72
class AdditionalSpeakerRemoveView(
73
LoginRequiredMixin, UserProfileRequiredMixin,
74
- ProposalEditMixin, FormValidMessageMixin, UpdateView):
+ FormValidMessageMixin, UpdateView):
75
76
http_method_names = ['post', 'options']
77
model = AdditionalSpeaker
@@ -89,7 +89,7 @@ def get_success_url(self):
89
90
class AdditionalSpeakerSetStatusView(
91
92
93
94
95
0 commit comments