I get it when using T3.  I did some modifications to the template,
since then, I get this duplicate.
Also, I made some changes to the header, this could be part of the
issue:

{{if is_admin:}}
    {{extend 'adminLayout.html'}}
{{else:}}
    {{extend 'layout.html'}}
{{pass}}

instead off just loading the layout.html

On Dec 18, 1:30 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> Sorry, I do not understand. How do you get this duplicate code? T3?
> Which page?
>
> Massimo
>
> On Dec 18, 12:22 pm, mike <michal...@gmail.com> wrote:
>
> > Looking into the code that is generated, there is an extra html code
> > generated
>
> >     <div class="right-column">
> >      <ul>
>
> >      </ul>
> >     </div><!-- sidebar //-->
> >   </div><!-- page //-->
> >   <div class="footer">
> >     <span>Created by Michal Zak - Powered by <a 
> > href="http://www.web2py.com";>web2py</a></span>
> >   </div><!-- footer //-->
> >  </div><!-- wrapper //-->
> > </body>
> > </html>
>
> > This code is already part of the template, so its an unnecessary
> > duplicate.  Is there a way of removing this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to