I have a form/formset (pair) that won’t render anymore. Yesterday, the pair was fine. Today, the forms won’t render. Every other item on the template renders, but not the this pair.
I can confirm that the forms are in the context dictionary, but for inexplicable reasons, they will not render. print(vars(context_dict))
tells me the number of forms on the formset and the data looks okay. Why are they not getting to the browser?
I am almost losing my fingers debugging this sudden anomaly.
What could be wrong?