Re: Undefined HTML controls

2020-08-11 Thread Ryan Nowakowski
On Tue, Aug 04, 2020 at 12:20:49PM -0700, Telly George wrote: > File name: new_page.html > Comments: This is the page with the controls where I cannot read the > information typed by the user > > {% extends "encyclopedia/layout.html" %} > > {% block title %} > Encyclopedia > {% endblock %} >

Undefined HTML controls

2020-08-04 Thread Telly George
I have this problem where I navigate from my home page (index.html) to another page new_page.html) but the data input on new_page.html is not being read by Python. It seems as if at that point the HTML controls do not exist or are not being rendered and so I am unable to read the values in the