I'm like 3 days trying to find the solution to this problem. I have a dashboard with items, every single item is called board. The dashboard is populated with object (board) that i've stored in my local db. Data like the name of this board is shown in the html page called dashboard.
What i want to do is, when i click on the link named 'Scopri di più' , to be redirected in the board.html populated with the clicked item data.
At the time i'm only getting the error 'NoReverseMatch'.
What am i doing wrong?