I'm teaching myself django and I'm having an issue with render_to_response. I am passing it a template and a dictionary. When I view the page on a local host, it displays the entire template, including HTML tags, instead of formatting the page according to the tags. I don't have this issue when I hard code in the template rendering and use HttpResponse. Any suggestions would be appreciated. Thanks!
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.