mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 16:03:19 +01:00
Updated report_index() to remove the context= so it matches the syntax of dashboard() function.
This commit is contained in:
parent
bf55ab7f8c
commit
6a86a0106a
@ -1013,8 +1013,8 @@ def report_index(request):
|
|||||||
|
|
||||||
dash_tickets = query_to_dict(cursor.fetchall(), cursor.description)
|
dash_tickets = query_to_dict(cursor.fetchall(), cursor.description)
|
||||||
|
|
||||||
return render(request, template_name='helpdesk/report_index.html',
|
return render(request, 'helpdesk/report_index.html',
|
||||||
context = {
|
{
|
||||||
'number_tickets': number_tickets,
|
'number_tickets': number_tickets,
|
||||||
'saved_query': saved_query,
|
'saved_query': saved_query,
|
||||||
'basic_ticket_stats': basic_ticket_stats,
|
'basic_ticket_stats': basic_ticket_stats,
|
||||||
|
Loading…
Reference in New Issue
Block a user