comment out form var

This commit is contained in:
Andrew Croce 2018-09-24 08:28:14 -04:00
parent 589671525d
commit 1663fbd6c3

View File

@ -101,7 +101,7 @@ def task_order_pdf_download(request_id):
@requests_bp.route("/requests/internal_comments/<string:request_id>", 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"])