Skip to content

Commit

Permalink
Fixed dict key name
Browse files Browse the repository at this point in the history
  • Loading branch information
maestrofjp committed Dec 19, 2019
1 parent 8de9cd6 commit eb304d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_page_meta/cms_toolbars.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def populate(self):
language__in=get_language_list(site_id)
)

title_extensions = {t.id: t for t in TitleMeta.objects.filter(
title_extensions = {t.extended_object_id: t for t in TitleMeta.objects.filter(
extended_object_id__in=[title.id for title in titles]
)}

Expand Down

0 comments on commit eb304d4

Please sign in to comment.