I’d like to “include” a view in all my other views.
Look at my website : http://www.urlc.be
The “Classement” on the right is displayed on every page but I don’t know how to include it the “django style”. Right now I’m using AJAX call to display the “Classement” on each page.
Can you help me find a better solution ?
Thanks.
If you need the table on every page i would use an
inclusion tagand include it in the base template that all relevant pages inherit from.