Skip to content

Commit

Permalink
fix: bug in user.py
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti authored Nov 17, 2022
1 parent 3c7b1c4 commit 43aa19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniticket/uni_ticket/views/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ def ticket_detail_print(request, ticket_id, ticket): # pragma: no cover
:return: view response
"""
response = TicketDetail().get(requestrequest,
response = TicketDetail().get(request=request,
ticket_id=ticket_id,
template="ticket_detail_print.html")
return response
Expand Down

0 comments on commit 43aa19d

Please sign in to comment.