While the links display they don't go to the correct URL, but rather one that doesn't exist. They are all appended to the current URL in the following manner:
Track down this problem and fix it so that the user is directed to the correct URL, in this case the one returned by the method interest.get_absolute_url.
While the links display they don't go to the correct URL, but rather one that doesn't exist. They are all appended to the current URL in the following manner:
On the page: http://localhost:8000/todo/details/1/
The link for each interest is currently: http://localhost:8000/todo/details/1/interest.get_absolute_url
Track down this problem and fix it so that the user is directed to the correct URL, in this case the one returned by the method
interest.get_absolute_url
.