Hey guys!
I love Python, and I´m getting fascinated about web2py. Nevertheless, I 
really don´t like the way it works (so tied) with Bootstrap.
It´s fine get some help from Bootstrap and Build some prototype screens. 
But I like to use other (sometimes better) frameworks, like semantic-ui.com
At this moment I´d like to generate a simple menu like this

<div class="some_class">
    <a href="#" class="active item">Link1</a>
    <a href="#" class="item">Link2</a>
    <a href="#" class="item">Link3</a>
</div>

But as far as I know, web2py keeps stubbornly the Bootstrap´s tags and 
structure.
Is there a way to get rid of Twitter Bootstrap and generate a clean HTML 
code? Is so annoying this tied structure. I guess is better give the 
front-end devs (where I came from) decide what to put "around" the 
information.

-- 
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.

Reply via email to