views:

33

answers:

1

Hi,

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

A: 

What does JqueryUI has to do with django templates? Those things are orthogonal - just use it the same way you would use them in html file.

cheshire
Well, the example I tried to use was one html-file for all tabs in JQuery UI but for my django app I use template inheritance, having one base html and then different templates extending the base. Maybe you could provide me an example how to do it?
Tobbe