Skip to content
Snippets Groups Projects
Commit 2621ccc4 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

minor fix to home template

parent fb7bf3e9
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ container.selectAll(".y.axis text")
var line_length = 12;
var get_url = function(d) {
return {% url 'home-events' %} + d.graceid;
return {% url 'home' %} + d.graceid;
}
container.append("g").selectAll("line")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment