mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
Fix: remove unused and undefined context variable
This commit is contained in:
parent
bc764b50c1
commit
7bf21685b3
@ -430,7 +430,6 @@ def view_ticket(request, ticket_id):
|
||||
return render(request, 'helpdesk/ticket.html', {
|
||||
'ticket': ticket,
|
||||
'dependencies': dependencies,
|
||||
'open_dependencies': open_dependencies,
|
||||
'submitter_userprofile_url': submitter_userprofile_url,
|
||||
'form': form,
|
||||
'active_users': users,
|
||||
|
Loading…
Reference in New Issue
Block a user