Yes. simply you need to specify in controllers:

def index():
    response.view = 'path-to-my-view/index.html'

where path is relative to the views folder.

On Monday, 17 March 2014 10:49:32 UTC-5, Annet wrote:
>
> I am working on templates for my application. I have a folder 'templates' 
> which contains
> a folder for every template, these folders contain 12 views per template. 
> With 5
> templates ready the view section of my application is cluttered by 60 
> views.
>
> To solve this problem I wonder whether it is possible to collapse the view 
> folders
> like the css, images and js folders in the static section are collapsed.
>
>
> Kind regards,
>
> Annet
>

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