0
votes
2answers
64 views
where do functions that don’t display go in django
I have some links on an html page like , , currently I handle them as so
<p> <a href="/cases/{{case.id}}/case_rate/-">rate down</a>
and have a u …
