Skip to content

Commit

Permalink
Merge branch 'fix_cfp_cospeaker' of https://github.com/pycontw/pycon.tw
Browse files Browse the repository at this point in the history
… into fix_cfp_cospeaker
  • Loading branch information
SivanYeh committed Apr 24, 2024
2 parents b841def + 8e9216f commit b7b01ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/proposals/views/speakers.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class TutorialProposalManageSpeakersView(ProposalManageSpeakersView):

class AdditionalSpeakerRemoveView(
LoginRequiredMixin, UserProfileRequiredMixin,
ProposalEditMixin, FormValidMessageMixin, UpdateView):
FormValidMessageMixin, UpdateView):

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

class AdditionalSpeakerSetStatusView(
LoginRequiredMixin, UserProfileRequiredMixin,
ProposalEditMixin, FormValidMessageMixin, UpdateView):
FormValidMessageMixin, UpdateView):

http_method_names = ['post', 'options']
model = AdditionalSpeaker
Expand Down

0 comments on commit b7b01ac

Please sign in to comment.