osuosl / streamwebs

Streamwebs.org website
http://streamwebs.readthedocs.io/
4 stars 1 forks source link

transect/edit inner form validation errors are empty #594

Closed astra137 closed 5 years ago

astra137 commented 6 years ago

console.log('{{ zone_formset.errors }}') will print [{}, {}, {}, {}, {}]. I do not know how to expose these inner validation errors.

To reproduce, just fill out the form and leave every tree count at 0. Form will not submit, but there won't be an error message either.