mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-18 11:49:56 +02:00
ruff format
This commit is contained in:
@@ -487,7 +487,9 @@ def view_ticket(request, ticket_id):
|
|||||||
"SHOW_SUBSCRIBE": show_subscribe,
|
"SHOW_SUBSCRIBE": show_subscribe,
|
||||||
"checklist_form": checklist_form,
|
"checklist_form": checklist_form,
|
||||||
"customfields_form": customfields_form,
|
"customfields_form": customfields_form,
|
||||||
"assignable_users": get_assignable_users(settings.HELPDESK_STAFF_ONLY_TICKET_OWNERS),
|
"assignable_users": get_assignable_users(
|
||||||
|
settings.HELPDESK_STAFF_ONLY_TICKET_OWNERS
|
||||||
|
),
|
||||||
**extra_context_kwargs,
|
**extra_context_kwargs,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user