Is it possible to get an specific parameter in a url and use it in a template ?
`{{ request.path }}
It gets the whole url, i need only the 'pk' parameter, to make a link to another page.
Thanks.
Is it possible to get an specific parameter in a url and use it in a template ?
`{{ request.path }}
It gets the whole url, i need only the 'pk' parameter, to make a link to another page.
Thanks.