Commit 9bd0d69d authored by yangchenglin's avatar yangchenglin

fix

parent a66890bb
......@@ -67,7 +67,7 @@ class PictorialUpdateOrCreate(APIView):
'is_feed': int(request.POST.get('is_feed', 0)),
'pictorial_activity_ids': [int(pictorial_activity_id)] if pictorial_activity_id else [],
'alias': request.POST.get('alias', ''),
'comment_talk': request.POST.get('comment_talk', ''),
'comment_talk': request.POST.get('pictorial_comment_talk', ''),
}
try:
......
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