Fix datatables URL resolution

Fixes #674
This commit is contained in:
Timothy Hobbs
2018-12-13 14:53:05 +01:00
parent b04fdf7070
commit 03fc062ac1

View File

@ -18,7 +18,7 @@
"processing": true,
"serverSide": true,
"ajax": {
"url": "/datatables_ticket_list/",
"url": "{% url 'helpdesk:datatables_ticket_list' %}",
"type": "GET",
},
createdRow: function( row, data, dataIndex )