I would like to use the JQuery UI tabs in my Django app but how should I do that? I cannot figure it out with Django’s template system.
Or, is it another smoother way to get tabs in a Django app?
Thanks
/Tobbe
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tobbe,
This is how I’m doing it, may not be ideal, but it works:
Create a base.html file with all the common html elements you need. Then have blocks that define different parts of the file. For instance: