Thank you for reply.
Iam using windows operating system.
I have created a new application in web2py and copied all the .html,
controller, db files and it is working fine.
Iam just anxious to know the reason why it was happend.

I don't think there is something wrong in my code because it worked fine
when I copied files to new application.

Here is my one of my view code.

{{extend 'layout.html'}}
<H3>{{=A('Create a New Assignment',_href=URL("new"))}}</H3>
<ol>
{{for question in questions:}}
{{=LI(A(H3(question.title), _href=URL("show", args=question.id)))}}
[created on {{=question.created_on}}]
 {{=HR()}}
{{pass}}
</ol>
<p>




On Thu, Jun 25, 2015 at 1:33 PM, JorgeH <jorgeh...@gmail.com> wrote:

> what is your development enviroment?
> Operating system
> Web server..
>
>
> On Thursday, June 25, 2015 at 3:17:13 AM UTC-5, Chaitu P wrote:
>>
>>
>> Does anyone have idea why web2py default layout not working.
>>
>  --
> 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.
>



-- 
Chaitanya Pochampally

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