In some views of my Django app, two instances of the same form are rendered, one is included via a context processor, and the other is included by the view. The only difference between the two forms are the styling and position, they have the same fields and submit to the same view.In some views of my Django app, two instances o