Commit 946ad989 authored by Mario Chirinos's avatar Mario Chirinos

area chart -> news list

parent ed21857e
......@@ -170,7 +170,7 @@
urlParams.set('startDate', row.date);
urlParams.set('endDate', endDate);
console.log(urlParams.get('startDate'));
document.location.href = "{% url 'publishers-list'%}?"+urlParams.toString();
document.location.href = "{% url 'news-list'%}?"+urlParams.toString();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment