We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506b988 commit 6812b26Copy full SHA for 6812b26
1 file changed
src/teams/views/shifts.py
@@ -407,7 +407,6 @@ class MemberSellsShift(LoginRequiredMixin, CampViewMixin, UpdateView):
407
template_name = "team_shift_confirm_action.html"
408
context_object_name = "shifts"
409
active_menu = "shifts"
410
- """View for making a shift available for others shift."""
411
412
def get_context_data(self, **kwargs) -> dict[str, object]:
413
"""Method for setting the page context data."""
0 commit comments