diff --git a/CHANGES.rst b/CHANGES.rst index 887a5c2..1264fac 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,9 @@ Changelog of TRS - Fixed person creation. Name wasn't getting set. All name updates to User are handled now, fixing the problem. +- Fixed 'projectbegroting' form, which didn't display errors (and the form itself) + properly when there was a validation error. + 2.1 (2022-08-08) ---------------- diff --git a/trs/templates/trs/project-budget-edit.html b/trs/templates/trs/project-budget-edit.html index b223d8d..48fdc7e 100644 --- a/trs/templates/trs/project-budget-edit.html +++ b/trs/templates/trs/project-budget-edit.html @@ -15,11 +15,6 @@