Re: Template variables not showing up in web-page

2015-10-24 Thread CTA2052
Thank you for the very speedy reply. I really apprceciate that. Actually I had tried the page/file name in place of the path as well and it still would not work. What it turned out to be is, on the back end of a reboot (because I took a break to up the memory on my macbook pro,) I rebooted and

Re: Template variables not showing up in web-page

2015-10-23 Thread Dheerendra Rathor
signature for request is render(request, template_name, context, **kwargs) So it should be like render(request, 'response_page.html', context=context) On Sat, 24 Oct 2015 at 01:21 CTA2052 wrote: > Hello All, > > This may be the most basic question to ask and believe me it does not come > withou

Template variables not showing up in web-page

2015-10-23 Thread CTA2052
Hello All, This may be the most basic question to ask and believe me it does not come without much research and frustration, but I just can't seem to make it work. So I do apologize ahead of time for even having to post it. I am very new to django (2-months), python(4-months) and in fact progra