diff --git a/atst/routes/requests/approval.py b/atst/routes/requests/approval.py index 4fe4b83f..e1f6511b 100644 --- a/atst/routes/requests/approval.py +++ b/atst/routes/requests/approval.py @@ -101,7 +101,7 @@ def task_order_pdf_download(request_id): @requests_bp.route("/requests/internal_comments/", methods=["POST"]) def create_internal_comment(request_id): - form = InternalCommentForm(http_request.form) + # form = InternalCommentForm(http_request.form) # if form.validate(): # request = Requests.get(g.current_user, request_id) # Requests.update_internal_comments(g.current_user, request, form.data["text"])