diff --git a/scipost_django/submissions/views/pool/decisionmaking.py b/scipost_django/submissions/views/pool/decisionmaking.py index 93b5a3c5e71f8d392b554c5449d9444f080e88d7..7356a5956ea576945ae2d6dc38b7988a6b9ecd60 100644 --- a/scipost_django/submissions/views/pool/decisionmaking.py +++ b/scipost_django/submissions/views/pool/decisionmaking.py @@ -182,6 +182,11 @@ def _hx_recommendation_remarks(request, identifier_w_vn_nr, rec_id): if request.method == "POST" and new_remark_form.is_valid(): new_remark_form.save() + new_remark_form = RecommendationRemarkForm( + rec_id=rec_id, + identifier_w_vn_nr=identifier_w_vn_nr, + contributor=request.user.contributor, + ) return render( request,