Re: Templates not working properly

2012-04-30 Thread Zaerion
2012 at 3:41 PM, Zaerion wrote: > >> I'm new to using Django and was working my way through the tutorial to >> get a better feel of it. I'm stuck on part 3 of the tutorial and the >> section where they show you how to use templates. When I hard-code the >> Ht

Re: Templates not working properly

2012-04-30 Thread Zaerion
Nevermind. I'm just an idiot. I had used parenthesis instead of curly braces. Sorry! On Monday, April 30, 2012 1:41:25 PM UTC-7, Zaerion wrote: > > I'm new to using Django and was working my way through the tutorial to get > a better feel of it. I'm stuck on part 3

Templates not working properly

2012-04-30 Thread Zaerion
I'm new to using Django and was working my way through the tutorial to get a better feel of it. I'm stuck on part 3 of the tutorial and the section where they show you how to use templates. When I hard-code the HttpResponse object everything works fine, but when I try to use a template it appear