you can edit layout.html. for delete menu you can customize this lines.
<!-- Navbar ================================================== --> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="flash">{{=response.flash or ''}}</div> <div class="navbar-inner"> <div class="container"> {{=response.logo or ''}} <ul id="navbar" class="nav pull-right"> {{='auth' in globals() and auth.navbar(mode="dropdown") or ''}} </ul> <div class="nav-collapse"> {{if response.menu:}} {{=MENU(response.menu)}} {{pass}} </div><!--/.nav-collapse --> </div> </div> </div><!--/top navbar --> 15 Aralık 2015 Salı 07:17:58 UTC+2 tarihinde RAGHIB R yazdı: > > When I remove "{{extend 'layout.html'}}" it looks so dull. I just want to > remove the menu bar and nothing else. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.