Re: HTML Source on Browser Rendering

2013-01-09 Thread Ryoichiro Kamiya
It's been resolved. The following mimetype property in views.py added the tags. return render_to_response('prayer/service_index.html', datadict, mimetype="application/json; charset=utf-8") Thanks, Ryo On Wednesday, January 9, 2013 11:07:14 AM UTC+9, Ryoichiro Kamiya

Re: HTML Source on Browser Rendering

2013-01-08 Thread Ryoichiro Kamiya
2013 2:31:16 PM UTC+9, djangobie wrote: > > Than is the issues, as it 'll display the content (inside it) as it > is .. making it preformated. > can't guess how you got your code wrapped in it in the first place. > > Thanks > > On Tuesday, January 8, 2

HTML Source on Browser Rendering

2013-01-06 Thread Ryoichiro Kamiya
Hi, I'm testing Django template rendering in development environment, but one of the page shows HTML source (after all Django tag executed) instead of HTML. 1. Content Type The first thing I check is the Content Type but it's correctly set up (and it's in header template and shared with other