Skip to content

Commit

Permalink
Double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 2, 2024
1 parent 3e9cf52 commit 8acc546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/admin/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class AddPageForm(BasePageContentForm):
widget=forms.HiddenInput(),
)
content_defaults = {
'in_navigation': get_cms_setting('DEFAULT_IN_NAVIGATION'),
"in_navigation": get_cms_setting("DEFAULT_IN_NAVIGATION"),
}

class Meta:
Expand Down

0 comments on commit 8acc546

Please sign in to comment.