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.
2 parents b841def + 8e9216f commit b7b01acCopy full SHA for b7b01ac
src/proposals/views/speakers.py
@@ -72,7 +72,7 @@ class TutorialProposalManageSpeakersView(ProposalManageSpeakersView):
72
73
class AdditionalSpeakerRemoveView(
74
LoginRequiredMixin, UserProfileRequiredMixin,
75
- ProposalEditMixin, FormValidMessageMixin, UpdateView):
+ FormValidMessageMixin, UpdateView):
76
77
http_method_names = ['post', 'options']
78
model = AdditionalSpeaker
@@ -90,7 +90,7 @@ def get_success_url(self):
90
91
class AdditionalSpeakerSetStatusView(
92
93
94
95
96
0 commit comments