Skip to content

Commit

Permalink
solution
Browse files Browse the repository at this point in the history
  • Loading branch information
MatvijSafonov committed Dec 8, 2024
1 parent 92a30a6 commit 386a042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxi/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class DriverDeleteView(LoginRequiredMixin, generic.DeleteView):
success_url = reverse_lazy("taxi:driver-list")


class AssignUserToCarView(LoginRequiredMixin, View):
class assign_user_to_car(LoginRequiredMixin, View):
def post(
self,
request: HttpRequest,
Expand Down

0 comments on commit 386a042

Please sign in to comment.