Hello, I am learning Django, I need help with my Django formset. The template-webpage would open when I just had a regular form but the look and feel was not what I wanted. I decided that I wanted to develop a formset. Along with the formset I want some values to populate automatically so the user does not enter them. Now I get an error message when I open the template-webpage . The error message is "... django.core.exceptions.FieldError: Cannot resolve keyword 'id' into field. Choices are: agency_no, agency_no_id, chemical, name, prikey, sitegrouping, status
[17/Sep/2021 17:55:11] "GET /organize/sitegroup/1 HTTP/1.1" 500 125691
Your help is appreciated .
I placed my code into pastebin.