django-el-pagination icon indicating copy to clipboard operation
django-el-pagination copied to clipboard

How can I set the 'key' for the 'page_template' inside the views ( not using the decorator)?

Open albardn2 opened this issue 7 years ago • 0 comments

I need to specify the 'key' for the page_template according to the url: /posts/(?P\d+)/.

I am using the same 'page_template' for multiple keys.

is there a way to specify the 'key' according to the pk in /posts/(?P\d+)/.

Thank you:)

albardn2 avatar Apr 02 '18 20:04 albardn2