Re: Contact Form not Rendering Properly

2007-09-12 Thread rskm1
> The html code isn't being rendered properly. I'm assuming this is a slightly-noobish question (I'm still a novice myself, so if the problem is something more subtle, nevermind me). Your template seems a little light on the use of the "|escape" filter. So if any of the values in your database

Contact Form not Rendering Properly

2007-09-11 Thread John
I'm trying to render the contact form in Django. When i enter http://127.0.0.1:8000/contacts/ I'm only getting a partial form (NAME AND PHONE INBOX BOX IS DISPLAYED) with a bunch of html code. The html code isn't being rendered properly.The submit button isn't being displayed. The template, vi