Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dianekaplan committed Oct 22, 2024
1 parent e609daa commit 26caac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mysite/familytree/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def index(request): # dashboard page
"familytree | ", ""
)
change_type = "added" if update.action_flag == 1 else "updated"
updated_story = Story.objects.get(id=update.object_id)
combination = [update, user_person, content_type, change_type, updated_person, updated_story ]
recent_updates.append(combination)

Expand Down

0 comments on commit 26caac7

Please sign in to comment.