Skip to content

Commit

Permalink
Update notify_about_confirm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 authored Jun 27, 2024
1 parent f65b72e commit b8086ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def reply(self):
raise BadRequest("Booking not found")

transition_billet = type(
"TranstionBillet", (object,), {"__name__": "confirm"}
"TranstionBillet", (object,), {"__name__": "confirm", "title": "Confirm"}
)()

notify(
Expand Down

0 comments on commit b8086ad

Please sign in to comment.