Open
Description
I believe that the 'GET'
branch of the upload_session_narrativeminutes()
view is creating an instance of UploadMinutesForm
where it should be using UploadNarrativeMinutesForm
. This works for now because those forms have exactly the same Fields, so the 'POST'
processing gets the input it expects, but would be an issue if those forms ever diverged.
datatracker/ietf/meeting/views.py
Line 2784 in 2946cdb