Commit 39e945cf authored by Gladys Forte's avatar Gladys Forte

comment

parent bae0e832
...@@ -1196,6 +1196,7 @@ class ChangeRequestFormPost(APIView): ...@@ -1196,6 +1196,7 @@ class ChangeRequestFormPost(APIView):
def post(self, request): def post(self, request):
form_header = request.data form_header = request.data
# comment
try: try:
data_list_approver = [] data_list_approver = []
data_list_stake = [] data_list_stake = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment