Fixing broken story sharing

This commit is contained in:
Samuel Clay 2012-12-12 09:08:00 -08:00
parent dc7ae51c86
commit 85d7ff2920

View file

@ -513,8 +513,10 @@ def mark_story_as_shared(request):
"story_permalink": story.story_guid,
"story_title": story.story_title,
"story_feed_id": story.story_feed_id,
"story_content": story.story_content,
"story_date": datetime.datetime.now(),
"story_content_z": story.story_content_z,
"story_author_name": story.story_author_name,
"story_tags": story.story_tags,
"story_date": story.story_date,
"user_id": request.user.pk,
"comments": comments,