← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~dooferlad/launchpad/upcomingwork_show_incomplete_bp into lp:launchpad

 

Got it, but not a solution. <tbody class="collapsible-body"> needs to be <tbody class="collapsible-body expanded"> for elements that start open, but due to the fact that the template must be valid XML I can't do something like this:

<tbody class="collapsible-body"
       tal:condition="not: container/has_incomplete_work">
<tbody class="collapsible-body expanded"
       tal:condition="container/has_incomplete_work">

Still hunting...
-- 
https://code.launchpad.net/~dooferlad/launchpad/upcomingwork_show_incomplete_bp/+merge/105846
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.


References