Skip to content

Commit b7b01ac

Browse files
committed
Merge branch 'fix_cfp_cospeaker' of https://github.com/pycontw/pycon.tw into fix_cfp_cospeaker
2 parents b841def + 8e9216f commit b7b01ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/proposals/views/speakers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class TutorialProposalManageSpeakersView(ProposalManageSpeakersView):
7272

7373
class AdditionalSpeakerRemoveView(
7474
LoginRequiredMixin, UserProfileRequiredMixin,
75-
ProposalEditMixin, FormValidMessageMixin, UpdateView):
75+
FormValidMessageMixin, UpdateView):
7676

7777
http_method_names = ['post', 'options']
7878
model = AdditionalSpeaker
@@ -90,7 +90,7 @@ def get_success_url(self):
9090

9191
class AdditionalSpeakerSetStatusView(
9292
LoginRequiredMixin, UserProfileRequiredMixin,
93-
ProposalEditMixin, FormValidMessageMixin, UpdateView):
93+
FormValidMessageMixin, UpdateView):
9494

9595
http_method_names = ['post', 'options']
9696
model = AdditionalSpeaker

0 commit comments

Comments
 (0)