Fix regression that prevented accessing new organisation page
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 7 Oct 2020 21:59:22 +0000 (17:59 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 7 Oct 2020 21:59:22 +0000 (17:59 -0400)
commit8a0037c86f8132a6693a128a24cd7f33b6b12fdc
tree716dbcd0c6a63af78476bf12146686da22e3e7a6
parenta5a71dfd8e9ebc645b2506bd2226bf15067c3c0e
Fix regression that prevented accessing new organisation page

The addition of the fieldsets did not account for the fields
themselves from being removed from the new organisation form.
The OrganisationForm now removes the appropriate fieldset when
the fields are not available in this form.
pgweb/core/forms.py