> Start without the extends for a little while.
I did - the outcome is still the same - stuff from index.html gets loaded. >I still think that is the > problem. If it isn't that, than there is a CSS or some other styling that is > hiding your markup. You can look and see if that is case by viewing the page > source and seeing if your markup is there. > > I hope that helps, > > Michael I have really simple page. <html> <head> <title>ENGRISGH</title> <script type="text/javascript" src="http://localhost/media/tinyMCE/ jscripts/tiny_mce/tiny_mce.js"></script> <!--script type="text/javascript" src="{*% url tinymce-js "TEST" %*}"></script--> </head> <body> <ul>Change language: <li><a href="/lang/1"> ee</a> </li> <li><a href="/lang/2"> en</a> </li> </ul> <h1>English</h1> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <p>Repudiandae facilis aliquam consequatur.</p> <p>Aut minima ea neque unde cupiditate? Cum quisquam ut aliquid, sint in hic tempora iste voluptates?</p> </body> </html> As you can see - head, body and few blocks of text. Lorem ipsum comes from arts and rest comes from index html. I cant understand how even commenting or outright deleting extends line from template does absolutely nothing. Even when i run it on development server with the extends line deleted i still get the old page not the new one. As you said the templates wont be cached unless its been turned on and im too stupid to do it yet :). So where does this problem come from? I just installed apache, mod_python, mysql and phpmyadmin (Following the exampe : http://www.howtoforge.com/perfect-server-ubuntu-9.04-ispconfig-2, points 11, 14 and 17) for a first time so perhaps there are things that should be tweaked? Alan. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---