Doesn't render templates any longer

2011-07-27 Thread Max Bachl
Hi all! I've encountered a strange bug today. I want to return an HTTP response with this code: def main(request): t = loader.get_template("main/start.html") return HttpResponse(t) However, the only result I get is <'> and the rest of the html file has gone. The same error

Doesn't render templates any longer

2011-07-27 Thread Max Bachl
Hi all! I've encountered a strange bug today. I want to return an HTTP response with this code: def main(request): t = loader.get_template("main/start.html") return HttpResponse(t) However, the only result I get is <'> and the rest of the html file has gone. The same error

Doesn't render templates any longer

2011-07-27 Thread Max Bachl
Hi all! I've encountered a strange bug today. I want to return an HTTP response with this code: def main(request): t = loader.get_template("main/start.html") return HttpResponse(t) However, the only result I get is <'> and the rest of the html file has gone. The same error