UEWBot / dipvis

Django-based visualiser for tournaments for the boardgame Diplomacy
GNU General Public License v3.0
7 stars 5 forks source link

Formset.html doesn't display errors in hidden fields #270

Open UEWBot opened 1 year ago

UEWBot commented 1 year ago

Discovered while making mistakes in tests :-)

When writing the formset with formset.as_table(), these errors are printed, but when using our formset.html, they are omitted. So the user would be left confused (the changes aren't made in the database but no error is shown)..