mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-13 21:26:39 +02: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…
x
Reference in New Issue
Block a user