Commit d7b0a739 authored by Gladys Forte's avatar Gladys Forte

comment

parent bd067499
...@@ -241,6 +241,10 @@ class ChangeRequestTemplatePost(APIView): ...@@ -241,6 +241,10 @@ class ChangeRequestTemplatePost(APIView):
if serializerAttach.is_valid(raise_exception=True): if serializerAttach.is_valid(raise_exception=True):
serializerAttach.save() serializerAttach.save()
# create template details
message = { message = {
'code': 201, 'code': 201,
'status': 'success', 'status': 'success',
......
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