8000 typo: added spaces on configuration docs by blfpd · Pull Request #6330 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

typo: added spaces on configuration docs #6330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 11, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
typo: added spaces on configuration docs
  • Loading branch information
blfpd authored Apr 10, 2018
commit cb17a5428823d1bb3f0db2dc8f030cd8c029967e
4 changes: 2 additions & 2 deletions docs/reference/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ Example::
'fallbacks': ['de', 'fr'],
'public': True,
'hide_untranslated': True,
'redirect_on_fallback':False,
'redirect_on_fallback': False,
},
{
'code': 'de',
Expand All @@ -485,7 +485,7 @@ Example::
],
'default': {
'fallbacks': ['en', 'de', 'fr'],
'redirect_on_fallback':True,
'redirect_on_fallback': True,
'public': True,
'hide_untranslated': False,
}
Expand Down
0