On 25 August 2010 08:59, Yo-Yo Ma wrote:
> This is of course very painful, but the thing that makes it worse is
> that I have to override each block 2 times with the exact same code
> (foo_section/list.html and foo_section/form.html have the same tabs
> and therefore have 15-20 lines of the exact
Let's say I have a site with 5 sections, 6 main tabs per section, and
7 sub tabs per main tab. In order to display the correct tabs for a
given view, I have to have:
baseform.html
baselist.html
foo_section/form.html
foo_section/list.html
foo_section/spam_sub_section/form.html
foo_s